Skip to content

The Django Authentication System is built using Django, a powerful Python web framework. It includes the following features:

Notifications You must be signed in to change notification settings

SuryaPratap2542/DjanoAuthentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Authentication System

This is a simple Django web application that demonstrates user authentication features such as login, logout, and change password.

  • User registration and account creation
image
  • User Login form
image
  • User change password using old password
image
  • User Changepassword
image
  • User Profile
image

Features

  • User registration and account creation
  • User login and logout
  • Change password functionality

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/django-authentication-system.git
  2. Change into the project directory: cd Admin

  3. Apply the database migrations: python manage.py migrate

  4. Run the development server: python manage.py runserver 5.Access the application in your web browser at http://localhost:8000/

Usage Register a new user by clicking on the "Sign Up" link on the homepage. Log in with your credentials using the "Login" form. Once logged in, you can access protected areas of the site. To change your password, go to the "Change Password" page and follow the instructions. To log out, click on the "Logout" link.

Contributing Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

About

The Django Authentication System is built using Django, a powerful Python web framework. It includes the following features:

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published