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": "Passordet må være minst 8 tegn",
|
||||
"max": "Passordet kan være maks 32 tegn"
|
||||
"max": "Passordet kan være maks 256 tegn"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1238,7 +1238,7 @@
|
||||
"ip_invalid": "Ugyldig IP-adresse",
|
||||
"password_required": "Passord er påkrevd",
|
||||
"password_min": "Minst 8 tegn",
|
||||
"password_max": "Maks 32 tegn"
|
||||
"password_max": "Maks 256 tegn"
|
||||
},
|
||||
"toast": {
|
||||
"updated": "Bruker oppdatert",
|
||||
|
||||
Reference in New Issue
Block a user