This trait provides functionality for user authentication, login, logout, and password management in a frontend application.Documentation Index
Fetch the complete documentation index at: https://docs.getlecker.com/llms.txt
Use this file to discover all available pages before exploring further.
Views
Login
Displays the login page for users.Reset Password Page
Displays the reset password page for users.The user ID
The reset token
Custom User Self-service
Artist
Handles various artist-related pages and actions.The requested page (login, edit, logout)
Optional error code
Login Artist
Processes artist login.Update Artist
Updates artist information.Login/Logout
User Login
Processes user login.Logout
Logs out the user.Reset Password
Reset Password Final
Processes the final step of password reset.Reset Password Backend
Processes password reset for backend users.Password Check
Validates password strength.The password to check
Returns true if the password meets the required criteria, false otherwise
This trait requires the CodeIgniter framework and assumes the existence of various model methods and views that are not shown in the provided code.