interface
Illuminate
/
Contracts
/
Auth
/
PasswordBroker
You are viewing an older version of the documentation. For the latest, please visit master documentation.
PasswordBroker
Constants
public
RESET_LINK_SENT string
Constant representing a successfully sent reminder.
Default: 'passwords.sent'
public
PASSWORD_RESET string
Constant representing a successfully reset password.
Default: 'passwords.reset'
public
INVALID_USER string
Constant representing the user not found response.
Default: 'passwords.user'
public
INVALID_TOKEN string
Constant representing an invalid token.
Default: 'passwords.token'
public
RESET_THROTTLED string
Constant representing a throttled reset attempt.
Default: 'passwords.throttled'