ResetsPasswords
trait ResetsPasswords (View source)
Traits
Methods
showLinkRequestForm()
Display the form to request a password reset link.
showResetForm(
Request $request,
string|null $token = null)
Display the password reset view for the given token.
string|null
getBroker()
Get the broker to be used during password reset.
Details
in RedirectsUsers at line line 12
string
redirectPath()
Get the post register / login redirect path.
at line line 133
Response
getReset(
Request $request,
string|null $token = null)
Display the password reset view for the given token.
If no token is present, display the link request form.