fix(resetPassword): increased token TTL for password recovery
gitea/salix/pipeline/head This commit looks good Details

Refs #5474
This commit is contained in:
Joan Sanchez 2023-04-04 13:51:44 +02:00
parent 02a1bcbfd3
commit e8f0a49f0c
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
"options": {
"mysql": {
"table": "salix.User"
}
},
"resetPasswordTokenTTL": "604800"
},
"properties": {
"id": {