Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Password implementation #15

Open
GoogleCodeExporter opened this issue Jun 3, 2015 · 0 comments
Open

Change Password implementation #15

GoogleCodeExporter opened this issue Jun 3, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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 gabrielp...@gmail.com on 9 Jan 2013 at 6:37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant