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

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.

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.

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

Page not found for password_reset_confirm

2010-02-08 Thread Sonal Breed
Hi all, I am implementing "Forgot your password" feature using following tutorial. http://www.rkblog.rk.edu.pl/w/p/password-reset-django-10/ My email for password gets sent. but once I click the URL in the mail get page not found error. My urls.py is urlpatterns +=