May 2018
Beginner to intermediate
526 pages
11h 57m
English
Django includes several forms and views in the authentication framework that you can use straight away. The login view you have created is a good exercise to understand the process of user authentication in Django. However, you can use the default Django authentication views in most cases.
Django provides the following class-based views to deal with authentication. All of them are located in django.contrib.auth.views:
Django provides the following views to handle password changes:
Read now
Unlock full access