How do I use the built in password reset/change views with my own templates

后端 未结 7 407
甜味超标
甜味超标 2020-11-29 16:08

For example I can point the url \'^/accounts/password/reset/$\' to django.contrib.auth.views.password_reset with my template filename in the contex

相关标签:
7条回答
  • 2020-11-29 16:49

    Strongly recommend this article.

    I just plugged it in and it worked

    http://garmoncheg.blogspot.com.au/2012/07/django-resetting-passwords-with.html

    0 讨论(0)
提交回复
热议问题