ResetPasswordController
class ResetPasswordController extends Controller
Traits
ResetsPasswords
AuthorizesRequests
DispatchesJobs
ValidatesRequests
Methods
Response
showResetForm(Request $request, string|null $token = null)
Display the password reset view for the given token.
void
__construct()
Create a new controller instance.
Details
at line 34
Response
showResetForm(Request $request, string|null $token = null)
Display the password reset view for the given token.
If no token is present, display the link request form.
at line 46
void
__construct()
Create a new controller instance.