interface Illuminate / Contracts / Auth / PasswordBroker

PasswordBroker

Constants

public

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'

Methods

public

Send a password reset link to a user.

Parameters

  • $credentials array
  • $callback Closure |null
public

reset ( array $credentials , Closure $callback ) : mixed

Reset the password for the given token.

Parameters