I posted this on the IRC channel and didn't get a definite answer, but I'm trying to use the django.contrib.auth Password Reset Form.
Here's the code in the django/contrib/auth/forms.py http://dpaste.com/86595/ In the default templates the template attempts to display the new password by using {{ new_password }}, but new_password is not declared/ set anywhere that I can see in the forms.py in the context. I have it up and running on my site, but when I use the reset form to reset a test-user account it doesn't reset the password in the database and it also doesn't display anything in the email where {{ new_password }} is displayed. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---