An open API service indexing awesome lists of open source software.

https://github.com/nduhamell/login-signup-form

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. Project Website:
https://github.com/nduhamell/login-signup-form

login-system loginpage mysql php register-form registration registration-forms signup

Last synced: 3 months ago
JSON representation

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. Project Website:

Awesome Lists containing this project

README

          

Login and Register Form
====================================

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!

Documentation
===============
https://nateduhamell.com/github-project-login-sign-up-form/

Features
===============
* stores passwords in DB as hashes
* modern and minimalistic design
* easy logout via logout.php

Making a secure Page
=====================
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.

Install Images
===============
Update the db.php File Details as shown Below:

Login/Register Form Install Instructions

Preview
========
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

License
==========
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!