You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
django-saml2-idp dont have a change password application yet.
But why not just use django contrib password change?
I did like this and works as a charm.
(r'^user/change_password/done/$',
'django.contrib.auth.views.password_change_done', {'template_name':
password_change_done.html'}),
(r'^user/change_password/$',
'django.contrib.auth.views.password_change', {'template_name':
'password_change.html'}),
Original issue reported on code.google.com by [email protected] on 9 Jan 2013 at 6:37
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 9 Jan 2013 at 6:37The text was updated successfully, but these errors were encountered: