This is a simple Django web application that demonstrates user authentication features such as login, logout, and change password.
- User registration and account creation
- User Login form
- User change password using old password
- User Changepassword
- User Profile
- User registration and account creation
- User login and logout
- Change password functionality
-
Clone the repository:
git clone https://github.com/your-username/django-authentication-system.git
-
Change into the project directory: cd Admin
-
Apply the database migrations: python manage.py migrate
-
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.