Tags give the ability to mark specific points in history as being important
-
5.0.0
Release: codeigniter-login-5.0.0e16e1136 · ·### RELEASE 5.0.0 Login codeigniter repo, this project use session files, but optionalli check agains IMAP or DBMS, using core controller * webappweb/core/CP_Controller.php : core controller that all the other inherit to check session * webappweb/controllers/Indexauth.php : Login controller mechanish to init or end session * webappweb/controllers/Indexhome.php : Another page entry, to exemplify check valid sesion object * webappweb/models/Usersmodel.php : Verification logic performed against the database * webappweb/config/imap.php : configuration of the mail IMAP host to check auth * webappweb/config/database.php : configuration of the DataBase host to check auth * webappdb/codeigniter.sql : SQL example to use in your DB, configure it on config/database.php * webappweb/libraries/Imap.php : Imap class that refine the php-imap interface, used for IMAP auth check * webappweb/views/homesview.php : rendering page only viewable under valid session * webappweb/views/inicion.php : Login view page for init the sesion process
-
4.0.0
Release: codeigniter-login-4.0.0301aa978 · ·### RELEASE 4.0.0 Login codeigniter repo, this project use session files, but check agains IMAP and later DB, using core controller * webappweb/core/CP_Controller.php : core controller that all the other inherit to check session * webappweb/controllers/Indexauth.php : Login controller mechanish to init or end session * webappweb/controllers/Indexhome.php : Another page entry, to exemplify check valid sesion object * webappweb/models/Usersmodel.php : Verification logic performed against the database * webappweb/config/imap.php : configuration of the mail IMAP host to check auth * webappweb/config/database.php : configuration of the DataBase host to check auth * webappdb/codeigniter.sql : SQL example to use in your DB, configure it on config/database.php * webappweb/libraries/Imap.php : Imap class that refine the php-imap interface, used for IMAP auth check * webappweb/views/homesview.php : rendering page only viewable under valid session * webappweb/views/inicion.php : Login view page for init the sesion process
-
3.0.0
Release: codeigniter-login-3.0.00280c259 · ·### RELEASE 3.0.0 Login template for codeigniter repo, this project just use session files, but check agains IMAP and later DB * webappweb/controllers/Indexauth.php : Login controller mechanish to init or end session * webappweb/controllers/Indexhome.php : Another page entry, to exemplify check valid sesion object * webappweb/models/Usersmodel.php : Verification logic performed against the database * webappweb/config/imap.php : configuration of the mail IMAP host to check auth * webappweb/config/database.php : configuration of the DataBase host to check auth * webappdb/codeigniter.sql : SQL example to use in your DB, configure it on config/database.php * webappweb/libraries/Imap.php : Imap class that refine the php-imap interface, used for IMAP auth check * webappweb/views/homesview.php : rendering page only viewable under valid session * webappweb/views/inicion.php : Login view page for init the sesion process
-
2.0.0
Release: codeigniter-login-2.0.00702be5b · ·### RELEASE 2.0.0 Login template for codeigniter repo, this project just use session files, but check validation at DB layer * webappweb/controllers/Indexauth.php : Login controller mechanish to init or end session * webappweb/controllers/Indexhome.php : Another page entry, to exemplify check valid sesion object * webappweb/models/Usersmodel.php : Verification logic performed against the database * webappdb/codeigniter.sql : SQL example to use in your DB, configure it on config/database.php * webappweb/views/homesview.php : rendering page only viewable under valid session * webappweb/views/inicion.php : Login view page for init the sesion process
-
1.0.0
Release: codeigniter-login-1.0.0ac48a13f · ·### RELEASE 1.0.0 Login template for codeigniter repo, this project just use session files, the most simple * webappweb/controllers/Indexauth.php : Login controller mechanish to init or end session * webappweb/controllers/Indexhome.php : Another page entry, to exemplify check valid sesion object * webappweb/views/homesview.php : rendering page only viewable under valid session * webappweb/views/inicion.php : Login view page for init the sesion process