Releases: codeigniterpower/codeigniter-login
codeigniter-login-5.0.0
RELEASE 5.0.0
Login codeigniter repo, this project use session files, but optionaliy check agains IMAP or DBMS, using core controller
webappweb/core/CP_Controller.php
: core controller that all the other inherit to check sessionwebappweb/controllers/Indexauth.php
: Login controller mechanish to init or end sessionwebappweb/controllers/Indexhome.php
: Another page entry, to exemplify check valid sesion objectwebappweb/models/Usersmodel.php
: Verification logic performed against the databasewebappweb/config/imap.php
: configuration of the mail IMAP host to check authwebappweb/config/database.php
: configuration of the DataBase host to check authwebappdb/codeigniter.sql
: SQL example to use in your DB, configure it on config/database.phpwebappweb/codeigniter.db
: SQLite database used by default ready to deploywebappweb/libraries/Imap.php
: Imap class that refine the php-imap interface, used for IMAP auth checkwebappweb/views/homesview.php
: rendering page only viewable under valid sessionwebappweb/views/inicion.php
: Login view page for init the sesion process
Downloads
https://gitlab.com/codeigniterpower/codeigniter-login/-/releases/5.0.0
codeigniter-login-4.0.0
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 sessionwebappweb/controllers/Indexauth.php
: Login controller mechanish to init or end sessionwebappweb/controllers/Indexhome.php
: Another page entry, to exemplify check valid sesion objectwebappweb/models/Usersmodel.php
: Verification logic performed against the databasewebappweb/config/imap.php
: configuration of the mail IMAP host to check authwebappweb/config/database.php
: configuration of the DataBase host to check authwebappdb/codeigniter.sql
: SQL example to use in your DB, configure it on config/database.phpwebappweb/libraries/Imap.php
: Imap class that refine the php-imap interface, used for IMAP auth checkwebappweb/views/homesview.php
: rendering page only viewable under valid sessionwebappweb/views/inicion.php
: Login view page for init the sesion process
Downloads
https://gitlab.com/codeigniterpower/codeigniter-login/-/releases/4.0.0
codeigniter-login-3.0.0
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 sessionwebappweb/controllers/Indexhome.php
: Another page entry, to exemplify check valid sesion objectwebappweb/models/Usersmodel.php
: Verification logic performed against the databasewebappweb/config/imap.php
: configuration of the mail IMAP host to check authwebappweb/config/database.php
: configuration of the DataBase host to check authwebappdb/codeigniter.sql
: SQL example to use in your DB, configure it on config/database.phpwebappweb/libraries/Imap.php
: Imap class that refine the php-imap interface, used for IMAP auth checkwebappweb/views/homesview.php
: rendering page only viewable under valid sessionwebappweb/views/inicion.php
: Login view page for init the sesion process
Downloads
https://gitlab.com/codeigniterpower/codeigniter-login/-/releases/3.0.0
codeigniter-login-2.0.0
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 sessionwebappweb/controllers/Indexhome.php
: Another page entry, to exemplify check valid sesion objectwebappweb/models/Usersmodel.php
: Verification logic performed against the databasewebappdb/codeigniter.sql
: SQL example to use in your DB, configure it on config/database.phpwebappweb/views/homesview.php
: rendering page only viewable under valid sessionwebappweb/views/inicion.php
: Login view page for init the sesion process
Downloads
https://gitlab.com/codeigniterpower/codeigniter-login/-/releases/2.0.0
codeigniter-login-1.0.0
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 sessionwebappweb/controllers/Indexhome.php
: Another page entry, to exemplify check valid sesion objectwebappweb/views/homesview.php
: rendering page only viewable under valid sessionwebappweb/views/inicion.php
: Login view page for init the sesion process
Download
https://gitlab.com/codeigniterpower/codeigniter-login/-/releases/1.0.0