This project is all about Django’s User Management system. The application shows how users can register, log in, reset and change passwords on their own. If users want to change their passwords, this can be done using the password change form. If someone has forgotten their password, the application is able to deliver a password reset link via email. To make things even easier for the user, it is also possible to log in via an external service, their favorite social media account. Of course in our case it’s GitHub :)
https://github.com/JaninaVolkmer/User_Management