PasswordBroker::validateNewPassword()

bool validateNewPassword(array $credentials) Determine if the passwords match for the request. Parameters array $credentials Return Value bool

PasswordBroker::validateNewPassword()

bool validateNewPassword(array $credentials) Determine if the passwords match for the request. Parameters array $credentials Return Value bool

PasswordBroker::tokenExists()

bool tokenExists(CanResetPassword $user, string $token) Validate the given password reset token. Parameters CanResetPassword $user string $token Return Value bool

PasswordBroker::sendResetLink()

string sendResetLink(array $credentials) Send a password reset link to a user. Parameters array $credentials Return Value string

PasswordBroker::sendResetLink()

string sendResetLink(array $credentials) Send a password reset link to a user. Parameters array $credentials Return Value string

PasswordBroker::sendReminder()

int sendReminder(RemindableInterface $user, string $token, Closure $callback = null) Send the password reminder e-mail. Parameters RemindableInterface $user string $token Closure $callback Return Value int

PasswordBroker::reset()

mixed reset(array $credentials, Closure $callback) Reset the password for the given token. Parameters array $credentials Closure $callback Return Value mixed

PasswordBroker::reset()

mixed reset(array $credentials, Closure $callback) Reset the password for the given token. Parameters array $credentials Closure $callback Return Value mixed

PasswordBroker::reset()

mixed reset(array $credentials, Closure $callback) Reset the password for the given token. Parameters array $credentials Closure $callback Return Value mixed

PasswordBroker::remind()

string remind(array $credentials, Closure $callback = null) Send a password reminder to a user. Parameters array $credentials Closure $callback Return Value string