Implement password confirmation

This commit is contained in:
Dries Vints
2019-10-08 13:45:40 +02:00
parent 4036f17416
commit ba3aae6c33
3 changed files with 53 additions and 0 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,
];