# User Management System in CodeIgniter

This project is developed in [CodeIgniter](https://phpgurukul.com/codeigniter-introduction/).

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 Module

* Admin Login
    
* Admin Dashboard
    
* Manage all users
    
* Delete particular user
    
* Change Password
    
* Logout
    

#### How to run this project

1\. Download the zip file

2\. Extract the file and copy 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 name ciproject

6\. Import ciproject.sql file(given inside the zip package in sql file folder)

7.Run the script [http://localhost/ciproject](http://localhost/ciproject)

[View Demo](https://www.youtube.com/watch?v=5QuK-5DUlXA)

Credential for user panel :

username : info@phpgurukul.com  
Password : Test @12345

Credential for admin panel :  
username : admin  
Password : Test @12345

Click: [https://phpgurukul.com/user-management-system-in-codeigniter/](https://phpgurukul.com/user-management-system-in-codeigniter/)

PHP Gurukul

Welcome to PHPGurukul. We are a web development team striving our best to provide you with an unusual experience with PHP. Some technologies never fade, and PHP is one of them. From the time it has been introduced, the demand for PHP Projects and PHP developers is growing since 1994. We are here to make your PHP journey more exciting and useful.

Website : [https://phpgurukul.com](https://phpgurukul.com)
