Login Authentication using CodeIgniter - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Login Authentication using CodeIgniter (/showthread.php?tid=20123) |
Login Authentication using CodeIgniter - El Forum - 06-29-2009 [eluser]Unknown[/eluser] Hi All, As per Ruby-On-Rails have lots of machanism for login authentication. Do we have any in CodeIgniter? or Any suggestion to do this? Thanks. Login Authentication using CodeIgniter - El Forum - 06-29-2009 [eluser]Phil Sturgeon[/eluser] Plenty of information here. Login Authentication using CodeIgniter - El Forum - 06-29-2009 [eluser]tdktank59[/eluser] im currently working on one (look at my sig) However after doing some research I have decided to scrap part of it and rewrite it according to the list that guy uses! However there are quite a few other ones laying around here... Login Authentication using CodeIgniter - El Forum - 06-29-2009 [eluser]Colin Williams[/eluser] CI has a Session class and ActiveRecord. Sprinkle in some Form_validation class and that should be all you need. |