ForgotPasswordController
class ForgotPasswordController extends Controller
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
in
Controller at line 21
bool
isAutomatedRequest(Request $request = null)
Determines if the request was done by an automated script (with API token or ajax).
at line 32
void
__construct()
Create a new controller instance.
at line 43
RedirectResponse
sendResetLinkEmail(Request $request)
Send a reset link to the given user.