Does anyone know of an example for using django.contrib.auth.views.password_change?
All the docs seem to mention is how to specify it's template. After poking around in the code, I found it exposes new_password1 and new_password2 and I setup a basic form. However, it never redirects to the default password_change_done view, even though the passwords entered are identical. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

