ResetPasswordController
class ResetPasswordController extendsController
Traits
ResetsPasswords
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.
array
credentials(Request$request)
Get the password reset credentials from the request.
array
rules()
Get the password reset validation rules.
Details
inControllerat line21
bool
isAutomatedRequest(Request$request =null)
Determines if the request was done by an automated script (with API token or ajax).
at line32
void
__construct()
Create a new controller instance.
at line44
protectedarray
credentials(Request$request)
Get the password reset credentials from the request.
at line58
protectedarray
rules()
Get the password reset validation rules.