#emailaccountactivation #registration #emailpasswordreset #Django #loginlogout #python
In this video we are going to learn how to implement Django user registration with an email activation link, meaning that once user has successfully registered he/she will need to link the the link sent using his/her email to activate his/her account. You also learn how create simple login in, logout and password reset using a resent link sent to user email.
Source code: https://github.com/MoTechStore/Django...
To generate gmail app password: https://myaccount.google.com/u/1/appp...
Make sure your gmail has been configured with two factor authentication
To get HTML templates used: https://github.com/MoTechStore/Django...