Merge branch 'password-confirmation' of https://github.com/driesvints/laravel into driesvints-password-confirmation

This commit is contained in:
Taylor Otwell
2019-10-08 07:24:50 -05:00
6 changed files with 54 additions and 20 deletions

View File

@@ -100,4 +100,17 @@ return [
],
],
/*
|--------------------------------------------------------------------------
| Password Confirmation Timeout
|--------------------------------------------------------------------------
|
| Here you may specify the amount of seconds before a password confirmation
| is timed out and the user's prompted to give their password again on the
| confirmation screen. By default the timeout lasts for three hours.
|
*/
'password_timeout' => 10800,
];