SendsPasswordResetEmails
trait SendsPasswordResetEmails
Methods
showLinkRequestForm()
Display the form to request a password reset link.
void
sendResetLinkResponse(string $response)
Get the response for a successful password reset link.
sendResetLinkFailedResponse(Request $request, string $response)
Get the response for a failed password reset link.
broker()
Get the broker to be used during password reset.
Details
at line 15
Response
showLinkRequestForm()
Display the form to request a password reset link.
at line 26
RedirectResponse
sendResetLinkEmail(Request $request)
Send a reset link to the given user.
at line 48
protected void
validateEmail(Request $request)
Validate the email for the given request.
at line 59
protected RedirectResponse
sendResetLinkResponse(string $response)
Get the response for a successful password reset link.
at line 71
protected RedirectResponse
sendResetLinkFailedResponse(Request $request, string $response)
Get the response for a failed password reset link.
at line 83
PasswordBroker
broker()
Get the broker to be used during password reset.