bool validateNewPassword(array $credentials) Determine if the passwords match for the request. Parameters array $credentials Return Value bool
bool tokenExists(CanResetPassword $user, string $token) Validate the given password reset token. Parameters CanResetPassword $user string $token Return Value bool
string sendResetLink(array $credentials) Send a password reset link to a user. Parameters array $credentials Return Value string
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
mixed reset(array $credentials, Closure $callback) Reset the password for the given token. Parameters array $credentials Closure $callback Return Value mixed
string remind(array $credentials, Closure $callback = null) Send a password reminder to a user. Parameters array $credentials Closure $callback Return Value string
Page 358 of 996