Re: Page not found for password_reset_confirm

2010-02-08 Thread Sonal Breed
Thanks Shawn. I put the name of the production site instead of the
local test site, hence the page not found error. :(

Thanks again for your help,

Thanks,
Sincerely,
Sonal.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Page not found for password_reset_confirm

2010-02-08 Thread Shawn Milochik
Check the actual URL you're receiving in your e-mail. See if it matches any of 
the patterns in your urls.py.

One thing that looks odd to me is that your pattern for forgot-password ends 
with '?$," which doesn't look right to me. But it seems like you're saying the 
problem is after that point. In any case, make sure the URL received in the 
e-mail matches a pattern -- it must not for you to be getting this error.

Shawn

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Page not found for password_reset_confirm

2010-02-08 Thread Sonal Breed
Thanks Shawn!

After changing the domain name in admin, I could get the subject
right. however, the page not found problem still persists.
I have provided my urls.py earlier. And I have the following files in
the directory mentioned in TEMPLATE_DIRS setting.

registration/password_reset_complete.html
registration/password_reset_confirm.html
registration/password_reset_done.html
registration/password_reset_email.html
registration/password_reset_complete.html
registration/password_reset_form.html

password_reset_email has following:

{{ protocol }}://mygoplanner.com{% url
django.contrib.auth.views.password_reset_confirm uidb36=uid,
token=token %}

 

Am I missing anything?

Thanks,
Sincerely,
Sonal.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Page not found for password_reset_confirm

2010-02-08 Thread Shawn Milochik
Go into the admin and edit the entry in the Sites application for your site. 
It's using example.com as a placeholder.

Shawn

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.