Skip to content

davidekong/django_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published