modifié : SRC/app/Http/Controllers/LoginController.php
modifié : SRC/app/Http/routes.php modifié : SRC/config/auth.php modifié : SRC/resources/views/auth/reset.blade.php modifié : SRC/resources/views/emails/password.blade.php
This commit is contained in:
@ -61,7 +61,7 @@ return [
|
||||
'password' => [
|
||||
'email' => 'emails.password',
|
||||
'table' => 'password_resets',
|
||||
'expire' => 60,
|
||||
'expire' => 1440,
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user