User Management System in CodeIgniter
This project is developed in CodeIgniter.
Project divided into two modules :
User module
Admin Module
User Module
- User can register himself
- User can login
- View and update own profile
- Change Password
- Logout
- Admin Login
- Admin Dashboard
- Manage all users
- Delete a particular user
- Change Password
- Logout
User Management System CI: Project Output Screen
Home Page

User Registration

Admin Dashboard

Admin Manage Users

How to run User Management System CI
1. Download the zip file
2. Extract the file and copy the ciproject folder
3.Paste inside root directory(for xampp xamp/htdocs, for wamp wampp/www,for lamp var/www/html)
4. Open phpMyAdmin (http://localhost/phpmyadmin)
5. Create a database with the name ciproject
6. Import ciproject.sql file(given inside the zip package in sql file folder)
7. Run the script http://localhost/ciproject
User Management System CI: Project Demo
*****Credential for user panel*****
username : info@phpgurukul.com
Password : Test@12345
*****Credential for admin panel*****
username: admin
Password: Test@12345