mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
feat: increase password max to 256, fix i18n, and force re-login #83
- Raise password maximum length from 32 to 256 characters - fix profileSchema to accept `t` for proper internationalization - Invalidate user's WebUI token on password change, requiring re-login
This commit is contained in:
@@ -829,7 +829,7 @@
|
||||
},
|
||||
"password": {
|
||||
"min": "La password deve contenere almeno 8 caratteri",
|
||||
"max": "La password deve contenere al massimo 32 caratteri"
|
||||
"max": "La password deve contenere al massimo 256 caratteri"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1238,7 +1238,7 @@
|
||||
"ip_invalid": "Indirizzo IP non valido",
|
||||
"password_required": "La password è obbligatoria",
|
||||
"password_min": "Minimo 8 caratteri",
|
||||
"password_max": "Massimo 32 caratteri"
|
||||
"password_max": "Massimo 256 caratteri"
|
||||
},
|
||||
"toast": {
|
||||
"updated": "Utente aggiornato",
|
||||
|
||||
Reference in New Issue
Block a user