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