ResetUserPassword
in package
implements
ResetsUserPasswords
uses
PasswordValidationRules
Table of Contents
Interfaces
- ResetsUserPasswords
Methods
- reset() : void
- Validate and reset the user's forgotten password.
- passwordRules() : array<int, Rule|array<string|int, mixed>|string>
- Get the validation rules used to validate passwords.
Methods
reset()
Validate and reset the user's forgotten password.
public
reset(User $user, array<string, string> $input) : void
Parameters
- $user : User
- $input : array<string, string>
passwordRules()
Get the validation rules used to validate passwords.
protected
passwordRules() : array<int, Rule|array<string|int, mixed>|string>