November 2015
Beginner to intermediate
840 pages
26h 30m
English
Much as it does for login() and logout(), Django supplies all of the views necessary for interacting with passwords. All we need to do is add these views to our URL patterns and create the templates these views will use by default.
Django’s views for changing passwords, as well as the templates, are as follows:
password_change()
registration/password_change_form.html
password_change_done()
registration/password_change_done.html ...
Read now
Unlock full access