Chapter 5. User Management
This chapter covers the basics of user authentication and how to develop user management functions using Django Allauth.
The following lessons are covered in this chapter.
Lessons in this chapter
- User Authentication
- Overview of User Management Functions
- User Management Function Development with Django
- Approaches to Building User Management Functions in Django
- Django Allauth (1) – Introduction
- Django Allauth (2) – Installation and Initial Settings
- Django Allauth (3) – Email Verification via Console
- Django Allauth (4) – Email Verification via Gmail
- Django Allauth (5) – Social Login with GitHub
- Django Allauth (6) – Social Login with Google
- Django Allauth (7) – Allauth Template File Setup
- Django Allauth (8) – Add Basic Styling with Bootstrap and Crispy Forms
- Django Allauth (9) – Customize Sign-in and Sign-up Pages
- User Models
- Login Required – LoginRequiredMixin
- User Login Status Icon on Navigation Bar