Welcome to our PHP authentication project! This simple system allows users to create an account, log in, and reset their passwords. All data is securely stored in a MySQL database.
-
Create a MySQL Database:
CREATE DATABASE handyman;
-
Create a Users Table: Table field: fullname, Email, Password, ConfirmPassword, Phone Number
-
Clone the repository:
git clone https://github.com/your-username/your-auth-project.git
-
Configure Database Connection:
Update the
conection.php
file with your MySQL database credentials. -
Run the Project:
Open your web browser and navigate to the project directory.
- User Registration: Create an account with your name, email, password, and phone number.
- Login: Securely log in to your account.
- Password Reset: Reset your password if forgotten.
Feel free to customize the project to fit your needs. Here are some areas you might want to modify:
- Add additional fields to the registration form or user profile.
- Enhance security measures like password hashing.
Enjoy building secure authentication systems! 🔒