This is a PHP and MYSQL-based source code for managing members with full features including secure password hashing, authentication throttling, login using email & password, profile update, registration, forgot password, reset password, email verification, and more.
* How to install script on localhost:
- Download and extract the source code
- Copy the source code to the root directory of the server (e.g. C:\Ampps\www)
- Create a new database in MYSQL and import the user_management.sql file in the source code folder
- Configure the database connection information in the config.php file (assets/php/config.php and assets/admin/php/config.php)
- Done!
- Admin panel URL: http://localhost/project_name/admin/);
- Default login account: admin/ admin
Tags
management