mixed reset(array $credentials, Closure $callback) Reset the password for the given token. Parameters array $credentials Closure $callback Return Value mixed
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
string sendResetLink(array $credentials) Send a password reset link to a user. Parameters array $credentials Return Value string
bool tokenExists(CanResetPassword $user, string $token) Validate the given password reset token. Parameters CanResetPassword $user string $token Return Value bool
bool validateNewPassword(array $credentials) Determine if the passwords match for the request. Parameters array $credentials Return Value bool
void validator(Closure $callback) Set a custom password validator. Parameters Closure $callback Return Value void
Page 9573 of 11844