Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Login System with Codeigniter [closed]

I am new to codeigniter but i am very clear with the basics. I am starting with my new web application (a CMS) actually.

I want to know the best methodology used to create a login system with codeigniter for admin panel (backend).

Regards, Mrinal Purohit

like image 556
bmrinal Avatar asked Apr 20 '12 12:04

bmrinal


3 Answers

If you want to know about the libraries available for login/logout and more than you should read this:

How should I choose an authentication library for CodeIgniter?

and if you just simply want to understand a secure & simple login process then you should go and read the code for this one:

https://github.com/DaBourz/SimpleLoginSecure

like image 116
Peeyush Avatar answered Oct 20 '22 09:10

Peeyush


I would recommend ion auth: http://benedmunds.com/ion_auth/

it has great documentation, you could have several types for users, and that you could easily have admin group.

like image 26
Tzook Bar Noy Avatar answered Oct 20 '22 08:10

Tzook Bar Noy


You can use tank_auth: http://www.konyukhov.com/soft/tank_auth/ It's very easy to use!

like image 41
Christian Giupponi Avatar answered Oct 20 '22 10:10

Christian Giupponi