November 2015
Beginner to intermediate
840 pages
26h 30m
English
Having a login and logout page, as well as webpages with permissions enforced, doesn’t mean a lot if we don’t have users and controls for users.
In this chapter, we finish using Django’s basic authentication features by extending the functionality of the auth app. We create webpages for visitors to sign up as new users and for users to disable their accounts if they no longer wish to have an account. We add templates to allow users to change their passwords as well as templates to allow users to reset forgotten passwords. The goal, overall, is to allow users to control their accounts on our site.
Read now
Unlock full access