Skip to content

PHP_User_Authentication_System by Ashikur Rahman Provat is a concise PHP repository offering secure user authentication functionalities. It includes features like registration, login, and password management, making it ideal for developers seeking a robust solution. With clear documentation, it facilitates easy integration and customization.

Notifications You must be signed in to change notification settings

Provat-14/PHP_User_Authentication_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP User Authentication System

This project is a simple and educational user authentication system built with PHP create by Ashikur Rahman Provat. It includes functionalities for user registration, login, and password recovery through email.

Explore the code and learn the basics of setting up a backend user authentication system.

The PHP User Authentication System is a basic backend setup for user registration, login, and password recovery via email. For more details or to use the PHP mail function setup with ajax, visit arprovat.com.

Authors

Logo @DProvat

Features

  • Frontend: HTML pages for user interface, leveraging AJAX to communicate with the backend.
  • Backend: PHP scripts handle user data processing and authentication.

Structure

  • Frontend: Contains HTML files for user interactions.
  • Backend: PHP files manage registration, login, and password reset processes.

Tech Stack

Client: Ajax, HTML

Server: PHP

How to run

  • you must be need php supported server .
  • then clone project in root folder
  • php_users_login.sql file insert in database and collect database details.
  • then edit backend/db.php files with your database details.
$dbhost = 'localhost';
$dbuser = 'root';
$dbpass = '';
$dbname = 'arprovat_github';

Contributing:

Contributions are welcome! If you'd like to improve the functionality, fix bugs, or add new features, feel free to fork the repository and submit a pull request.

Contract

Logo If you encounter any issues or have suggestions for improvement, please open an issue on GitHub.

About

PHP_User_Authentication_System by Ashikur Rahman Provat is a concise PHP repository offering secure user authentication functionalities. It includes features like registration, login, and password management, making it ideal for developers seeking a robust solution. With clear documentation, it facilitates easy integration and customization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published