ResetPasswordController
class ResetPasswordController extends Controller
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
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 31
void
__construct()
Create a new controller instance.
at line 42
protected array
credentials(Request $request)
Get the password reset credentials from the request.
at line 56
protected array
rules()
Get the password reset validation rules.