A login and signup form using HTML, PHP, and MySQL. This form allows users to register and login. All information is stored in a MySQL database. After successful login the user is redirected to their dashboard. I enjoy making software so much! Please, if you see any issues make them known!
https://nateduhamell.com/github-project-login-sign-up-form/
- stores passwords in DB as hashes
- modern and minimalistic design
- easy logout via logout.php
- designed for security
To make a secure page add the contents from "auth.php" to the top of any .php page. This will force the user to login before they can see your page.
Update the db.php File Details as shown Below:
Login Form: https://files.nateduhamell.com/test/login-signup-form-master/login.php
Registration Form: https://files.nateduhamell.com/test/login-signup-form-master/registration.php
This software is under an MIT License. Which allows full use to edit, distribute, or sell this code. See the "LICENSE" file for more information!