Skip to content

Developed a comprehensive PHP and MySQL admin authentication system, encompassing user signup, login, logout, password reset, and a feature with rich dashboard for efficient user management and secure access control.

Notifications You must be signed in to change notification settings

govendrasahu01/php-simple-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication for PHP simple lightweight and secure.

Writtern once, to be used everywhere.

Compeletely core PHP and mysql database-agnostic.

Requirment for local run

xampp or other Apache, Mysql, PHP localhost According to your system.

(optional) smtp configuration for forget password.

Installation

Move this folder on xampp/htdocs.

Creat a new Database 'my_admin' on phpmyadmin.

Import 'my_admin' sql file in the database you just created.

Other

If you configure SMTP in login.php mail the $resetLink to $user in line number 70 and remove code from line number 73.

Features

signup
login
logout
forget password
reset password by token

About

Developed a comprehensive PHP and MySQL admin authentication system, encompassing user signup, login, logout, password reset, and a feature with rich dashboard for efficient user management and secure access control.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published