PHP Classes

CodeIgniter Admin Panel with User Management: CodeIgniter panel to manage application users

Recommend this page to a friend!
  Info   Documentation   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 291 All time: 7,494 This week: 49Up
Version License PHP version Categories
admin-panel-user-man 1.0.0GNU General Publi...5PHP 5, User Management, Libraries
Description 

Author

This package provides a CodeIgniter panel to manage application users.

It provides a Web interface to create accounts, login and logout from their accounts, as well change or recover their passwords.

The package also provides an administration Web interface to create, update and delete user accounts, as well change the user roles and view the user login history.

Innovation Award
PHP Programming Innovation award nominee
April 2020
Number 5
CodeIgniter is a very popular framework to develop PHP applications.

One common use of this framework is to create applications that have registered users.

This package provide a control panel to implement services to manage users with records stored in a database using CodeIgniter.

Manuel Lemos
Picture of Kishor Mali
  Performance   Level  
Innovation award
Innovation award
Nominee: 3x

 

Documentation

Admin Panel - User Management using CodeIgniter

Admin Panel - User Management Demo using CodeIgniter + AdminLTE Bootstrap Theme

The code is uploaded to demonstrate the simple role based Admin Panel application using CodeIgniter(MVC Framework)

Purpose :

For every website, we need some sort of admin panel to monitor over the content of the website. The developers must have to start with the basic functinalities like login, logout, create/manage admin users, manage their roles, change password, forget password etc. This repository gives you all above things readymade as boilerplate for admin panel (but by using CodeIgniter PHP MVC framework). You just start code to add your project feature in it.

Features

  1. Login, Logout.
  2. Change Password, Forget Password.
  3. Create, Update, Delete Users.
  4. Predefined Roles (You can change roles and rights as per your project requirement).
  5. Login history of Users.

Version Information

1) Upto Release 1.2 - CodeIgniter 2.2, PHP version 5.1.6 or newer, MySQL (4.1+), MySQLi


2) Latest (master) - CodeIgniter 3.1.6, PHP version 5.6 or newer, MySQL (5.1+), MySQLi

Installation

Download the code from repository. Unzip the zip file.

Open browser; goto localhost/phpmyadmin.

Create a database with name "cias" and import the file "cias.sql" in that database.

Copy the remaining code into your root directory:

for example, for windows

WAMP : c:/wamp/www/cias

OR

XAMPP : c:/xampp/htdocs/cias

Open browser; goto localhost/cias and press enter:

The login screen will appear.

To login, I am going to provide the user-email ids and password below.

System Administrator Account :

email : admin@example.com

password : codeinsect

Manager Account :

email : manager@example.com

password : codeinsect

Employee Account :

email : employee@example.com

password : codeinsect

Once you logged in with System Administrator account, you can create user or edit previous user if you want.

Youtube Links :

CodeIgniter Admin Panel Demo : This video contain the demo of CodeIgniter Admin Panel.

CodeIgniter Admin Panel Demo

How to setup CodeIgniter Admin Panel : This video contain the procedure of setting up CodeIgniter Admin Panel.

How to setup CodeIgniter Admin Panel

ISSUE # 1 : After login "loginMe" controller is not found :

Lot of people raising this issue, I resolved it 4-5 times for every user. People are not searching for closed issues. Thats why I am going to put this here.

How to get over this issue?

1) enable mod_rewrite.dll (or mod_rewrite.so) by removing leading # in httpd.conf. 2) After that, follow this solution https://stackoverflow.com/questions/24472349/htaccess-doesnt-work-on-xampp-windows-7

ISSUE # 2 : Call to undefined function password_verify() :

Solution is here : Call to undefined function password_verify()


  Files folder image Files (507)  
File Role Description
Files folder imageapplication (1 file, 13 directories)
Files folder imageassets (1 file, 1 directory)
Accessible without login Plain text file .htaccess Data Auxiliary data
Accessible without login Plain text file .project Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Doc. Documentation

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:291
This week:0
All time:7,494
This week:49Up