#8493: NoReverseMatch error on password_change_done when changing passwords in
the
admin interface
-----------------------------+----------------------------------------------
Reporter: mtrichardson | Owner: nobody
Status: new | Milestone: 1.0
Component: Admin interface | Version: SVN
Keywords: | Stage: Unreviewed
Has_patch: 0 |
-----------------------------+----------------------------------------------
admin.sites.root passes password_change information off to contrib.auth,
which then calls reverse('django.contrib.auth.password_change_done') to
figure out where to 302 the user. However, that fails since that function
is not actually hooked up in any urlconf - any admin apps are a thin layer
in front of contrib.auth and don't actually associate any urls. This
effectively means that any admin's change password functionality is broken
- the password is actually changed, but you get a nasty 500 during the
process.
--
Ticket URL: <http://code.djangoproject.com/ticket/8493>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---