(r'^accounts/login/$', 'django.contrib.auth.views.login'),
(r'^accounts/logout/$', 'django.contrib.auth.views.logout'),
(r'^accounts/password_change/$', 'django.contrib.auth.views.password_change'),
(r'^accounts/password_change_done/$', 'django.contrib.auth.views.password_change_done'),
(r'^accounts/password_reset/$', 'django.contrib.auth.views.password_reset'),
(r'^accounts/accounts/password_reset/done/$', 'django.contrib.auth.views.password_reset_done'),
(r'^accounts/reset/(?P[0-9A-Za-z]+)-(?P.+)/$', 'django.contrib.auth.views.password_reset_confirm'),
(r'^accounts/reset/done/$', 'django.contrib.auth.views.password_reset_complete'),
Django | User authentication in Django | Django documentation
Rambling about Django, Python, Ansible and sometimes PHP and Wordpress. I enjoy talking about all technologies, and offer help when I can.
Monday, February 15, 2010
Django | User authentication in Django | Django documentation
Django auth doesn't have all the urls listed anywhere so here they are:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment