User Hooks
User hooks execute logic around user actions such as logging in and logging out.
Topics
The after_login hook executes after a user logs into the system.
The after_logout hook executes after a user logs out of the system.
The before_logout hook executes before a user logs out of the system.
The login_failed hook executes on a failed login attempt.