ForgotPasswordController
class ForgotPasswordController extendsController
Traits
SendsPasswordResetEmails
AuthorizesRequests
ValidatesRequests
Methods
bool
isAutomatedRequest(Request$request =null)
Determines if the request was done by an automated script (with API token or ajax).
from Controller
void
__construct()
Create a new controller instance.
RedirectResponse
sendResetLinkEmail(Request$request)
Send a reset link to the given user.
Details
inControllerat line21
bool
isAutomatedRequest(Request$request =null)
Determines if the request was done by an automated script (with API token or ajax).
at line31
void
__construct()
Create a new controller instance.
at line42
RedirectResponse
sendResetLinkEmail(Request$request)
Send a reset link to the given user.