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

https://github.com/reachvivek/login-system

A Complete User Login System With User Registration, Verification And Forgot Password Option.
https://github.com/reachvivek/login-system

composer html javascript jquery php phpmailer sql swifmailer

Last synced: 6 months ago
JSON representation

A Complete User Login System With User Registration, Verification And Forgot Password Option.

Awesome Lists containing this project

README

          

# Login-System
A Complete User Login System with User Registration, Verification and Forgot Password Option.

-> Create a database named "user-verification" in your phpmyadmin.
-> Create table "users" with following columns "user_id", "name", "email", "verified", "token" and "password" with properties "int", "varchar", "varchar", "tinyint", "varchar", and "varchar".
**NOTE: "user_id" has the attribute AUTO INCREMENT and is to be set as the PRIMARY KEY. "email" has the attribute UNIQUE.**
-> Create table "resetpwd" with following columns "resetId", "resetEmail", "resetSelector", "resetToken" and "resetExpires" with properties "int", "varchar", "varchar", "varchar", and "varchar".
**NOTE: "resetId" has the attribute AUTO INCREMENT and is to be set as the PRIMARY KEY.**
-> Go to Config folder and update the "constants.php" file by editing the DB HOST, USER, NAME, PASS, EMAIL, EMAIL PASS with your localhost and email specific values
![Loading...](https://i.ibb.co/qBxkdnd/Screenshot-2019-08-23-at-1-32-16-PM.png)

![Loading...](https://i.ibb.co/pPpzyMm/Screenshot-2019-08-23-at-1-32-31-PM.png)

![loading...](https://i.ibb.co/ckbLmBD/Screenshot-2019-08-23-at-1-32-42-PM.png)

![Loading...](https://i.ibb.co/bRc9W4n/Screenshot-2019-08-23-at-1-33-07-PM.png)

Good Time Ahead!