There was an error while loading. Please reload this page.
The following callbacks are available for you to override in your resource models:
after_confirmation
after_database_authentication
These methods are called if the associated workflows are successful. There are currently no failure callbacks.
An after_password_reset callback was deprecated in 3.5.1. Issue #3631 suggests two options:
after_password_reset
before_save
reset_password(new_password, new_password_confirmation)