mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore(config): expire password reset tokens after 10min
This commit is contained in:
parent
5e4eae13ae
commit
285c6dd10a
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ return [
|
|||
'users' => [
|
||||
'provider' => 'users',
|
||||
'table' => env('AUTH_PASSWORD_RESET_TOKEN_TABLE', 'password_reset_tokens'),
|
||||
'expire' => 60,
|
||||
'expire' => 10,
|
||||
'throttle' => 60,
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue