ConfirmsPasswords
trait ConfirmsPasswords (View source)
Traits
Methods
showConfirmForm()
Display the password confirmation view.
void
array
rules()
Get the password confirmation validation rules.
array
validationErrorMessages()
Get the password confirmation validation error messages.
Details
string
redirectPath()
Get the post register / login redirect path.
Response
showConfirmForm()
Display the password confirmation view.
RedirectResponse|JsonResponse
confirm(Request $request)
Confirm the given user's password.
protected void
resetPasswordConfirmationTimeout(Request $request)
Reset the password confirmation timeout.
protected array
rules()
Get the password confirmation validation rules.
protected array
validationErrorMessages()
Get the password confirmation validation error messages.