This project is an user authentication system built using Django, a popular web framework for Python. It includes several key functionalities such as sign up, login, profile, logout, and change password. It includes several key functionalities such as sign up, login, profile, logout, and change password:
- The sign up functionality allows new users to create an account by providing their basic information such as name, email address, and password.
- The login functionality allows users to access their account by providing their login credentials.
- Once logged in, users can access their profile page, which displays their personal information and account details.
- The logout functionality enables users to safely log out of their account, preventing unauthorized access.
- The change password functionality allows users to update their account password for security purposes.
Technology Stack:
- Python
- Django
- HTML
- CSS
- Bootstrap
- SQLite (for the database)
Use the following paths to go through the functions of the application:
Overall, the project provides users with a secure and reliable authentication system for accessing your web application or website.
