Severity: Notice
Message: Trying to access array offset on value of type null
Filename: libraries/Flexi_auth_lite.php
Line Number: 194
Backtrace:
File: /home/qeyafahc/public_html/application/libraries/Flexi_auth_lite.php
Line: 194
Function: _error_handler
File: /home/qeyafahc/public_html/application/controllers/Auth.php
Line: 32
Function: is_logged_in_via_password
File: /home/qeyafahc/public_html/index.php
Line: 315
Function: require_once
The user login page is the primary gateway for authenticating a users login details are valid before redirecting the user to a logged in landing page.
The flexi auth library offers numerous methods and features to aid authentication of users, including auto login via 'Remember me' cookies, captchas automatically activated upon repeated failed login attempts, and incremental time limit bans for users with a high number of failed login attempts.
In addition to the authentication methods, the library includes functions to help users with tasks like reseting forgotten passwords, and resending account activation emails. All of these features available within the library are optional, and can be mixed and matched with each other or completely left out.
You must login to access this area.