Hey there! This is a simple user authentication system built in Python. It helps you manage user authentication tasks like signing up, logging in, and resetting passwords.
- Sign Up: If you're new here, you can create an account by choosing a username and a password. Just make sure your password is at least 6 characters long.
- Login: Already have an account? Great! Just enter your username and password to access your account.
- Password Reset: Forgot your password? No worries! You can reset it. We'll make sure you're not a robot by asking you to solve a little puzzle.
- First, make sure you have Python installed on your computer.
- Clone or download this repository to your computer.
- Open a terminal or command prompt and navigate to the directory where you saved the script.
- Run the script by typing
python user_authentication_system.py
and hitting Enter. (or open the downloaded file in a code editor (e.g., Visual Studio Code) or compiler and run it) - Follow the prompts on the screen to sign up, log in, or reset your password.
Found a bug? Have an idea for an improvement? Awesome! Feel free to let us know by opening an issue or submitting a pull request. We'd love to hear from you!