Skip to content

PHP User Management System is a powerful PHP script that offers a secure user management system. The application is a great way to build your website, allowing your users to register an account and build restricted access to certain users. We offer great support and it’s very easy to install. It’s powered by MYSQL and PHP.

Notifications You must be signed in to change notification settings

xmgcoyi/user-management

 
 

Repository files navigation

User Management System

This user management system was originally written by Ajay Randhawa at https://github.com/ajayrandhawa/User-Management-PHP-MYSQL.

This is my attempt to refactor the application and modernize it. I will fix many of its security flaws along the way.

Requirements

  • PHP 7.1
  • Composer
  • MySQL

Installation

  1. Run the command composer install to install all the dependencies of the application
  2. Copy the file config/db.example.php to config/db.php
  3. Change the details in config/db.php according to your database details
  4. Migrate the database by running the command composer migrate
  5. Run the application with the command php -S localhost:8000 -t ./ . You can change the port number from 8000 to whatever port number you like
  6. Test the application in your browser by using localhost:8000 in your browser.

User-Management-PHP-MYSQL

PHP User Management System is a powerful PHP script that offers a secure user management system. The application is a great way to build your website, allowing your users to register an account and build restricted access to certain users. We offer great support and it’s very easy to install. It’s powered by MYSQL and PHP.

User Features

  • Login
  • Signup
  • Change Password
  • Edit Profile
  • Feedback
  • View Messages
  • Notification

Admin Features

  • Dashboard (Total Users, Deleted Users, Notification, Feedback Messages)
  • Signup
  • Change Password
  • Edit Admin Profile
  • Edit Users Profile
  • Reply Feedback
  • Delete Users
  • Confirmed Users
  • View Feedback
  • Notification
  • View Delelted Users
  • Search Users, Feedback Messages
  • Download User Excel File
  • Sorting

Wireframe

Screenshots

Screenshots Screenshots

How to Install

  • Edit Database (includes/config.php) and (admin/includes/config.php)

  • Login to Admin

  • Url: http://www.yourdomain.com/admin/

  • Username : admin

  • Password : 963852741

Database Files are included in Project. (database.sql)

Author

Ajay Randhawa

Donate

If you appreciate that, please consider donating to the Developer.

Donate

Happy Open Source....

About

PHP User Management System is a powerful PHP script that offers a secure user management system. The application is a great way to build your website, allowing your users to register an account and build restricted access to certain users. We offer great support and it’s very easy to install. It’s powered by MYSQL and PHP.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 48.5%
  • JavaScript 41.9%
  • CSS 5.6%
  • Less 3.9%
  • Other 0.1%