Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.83 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.83 KB

django_auth!

Once this repository is cloned on your system using the terminal, enter it's directory using this:

cd django_auth

and run the following commands

python manage.py runserver

make sure to type in the url address in your browser:

http://127.0.0.1:8000/register/

This is a simple snippet of code that uses the built in django authentication to bring the register, login and logout services to the user.

This is a simple video showing the features of this web app. https://user-images.githubusercontent.com/66387173/195411716-1723bab1-15b8-4459-90c1-38962b855e9a.mp4

Here, we register a new user using the credentials as follows; register

Here, we can authenticate a user with already an already existing account login

This is the success result if user is authenticated (Dashboard), containing the users username, email and a logout button. dashboard

If the user has forgotten the password associated with his/her account, he/she can retrive it by filling in the email that he/she used to register. forget password

A link will be sent to the users email which will enable him/her to change their password. email sent

This is the password changing page. change password

Created by David Ekong.