ConfirmsPasswords
trait ConfirmsPasswords (View source)
Traits
| RedirectsUsers |
Methods
| string | redirectPath() Get the post register / login redirect path. | from RedirectsUsers |
| Response | showConfirmForm() Display the password confirmation view. | |
| RedirectResponse|JsonResponse | confirm(Request $request) Confirm the given user's password. | |
| void | resetPasswordConfirmationTimeout(Request $request) Reset the password confirmation timeout. | |
| 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.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/6.x/Illuminate/Foundation/Auth/ConfirmsPasswords.html