Home / Scripts & Code / PHP Scripts / Login
Lognix - Group based Access Control - Login SystemLognix - Group based Access Control - Login System
Lognix is a user registration and login system. It is designed to provide group/role-level security for your php-based website.Home / Scripts & Code / PHP Scripts / Login
Lognix - Group based Access Control - Login System
Lognix is a user registration and login system. It is designed to provide group/role-level securi...4 Support questions or comments
Please login or create an account to post a question or comment.
-
7 months agohafeezmlk AuthorIn the include folder there is a file securitySettings.php with a lot of security settings:
to change the session timeout you will find the value 30 minutes that's default: (sessionControl' => array( 'lifeTime' => 30).
You can edit the login page or remove cookies in the loginpage.php page in the classes folder.
-
7 months agodigimax1 PurchasedI switched to php 7.4 and it worked.
I want you to explain to me where I can customize the login page and where to set cookies. I see that there are 3 session cookies - why should there be 3? One was enough. I don't want to load the web page with cookies. There is also a cookie "token" (remember me) with an expiration time of one month. Where can I change the expiration period?
Can you provide a complete user documentation?
-
7 months agohafeezmlk AuthorAs written in System Requirments Lognix currently support PHP 7.4 version. Please try it with recommended Php version.
-
7 months agodigimax1 PurchasedI installed the application and configured the database. After entering Username: admin and Password: admin1122 I receive error messages:
1. On xampp: Fatal error: Uncaught Error: Undefined constant "UserRole" in C:xampphtdocslognixincludeusers_events.php:298 Stack trace: #0 C:xampphtdocslognixclasseslistpage .php(1746): eventclass_users->BeforeMoveNextList(Array, Array, Array, 4, Object(ListPage_Simple)) #1 C:xampphtdocslognixclasseslistpage.php(2310): ListPage->fillGridData() #2 C:xampphtdocslognixusers_list.php(153): ListPage->prepareForBuildPage() #3 {main} thrown in C:xampphtdocslognixincludeusers_events.php on line 298
2. On the host server: Fatal error: Call to undefined function password_verify() in /home/sim..learn/public_html/web.sim..learn.ro/lognix/include/phpfunctions.php on line 2634
use
Web server:
• Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
• Database client version: libmysql - mysqlnd 8.2.12
• PHP extension: mysqli curl mbstring
• PHP version: 8.2.12
Please help me.
Information
Category | Scripts & Code / PHP Scripts / Login |
First release | 29 January 2024 |
Last update | 29 January 2024 |
Files included | .php, .css, .sql, Javascript .js |
Tags | Security, login, System, registration, role, lognix, group security, groups level security |