class Illuminate / Support / Facades / Password
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

Password

Extends

See

  • \Illuminate\Auth\Passwords\PasswordBrokerManager
  • \Illuminate\Auth\Passwords\PasswordBroker

Constants

public

Constant representing a successfully sent reminder.

Default: RESET_LINK_SENT
public

PASSWORD_RESET string

Constant representing a successfully reset password.

Default: PASSWORD_RESET
public

INVALID_USER string

Constant representing the user not found response.

Default: INVALID_USER
public

INVALID_TOKEN string

Constant representing an invalid token.

Default: INVALID_TOKEN
public

RESET_THROTTLED string

Constant representing a throttled reset attempt.

Default: RESET_THROTTLED

Methods

protected static

getFacadeAccessor ( ) : string

Get the registered name of the component.