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": "يجب أن تكون كلمة المرور 8 أحرف على الأقل",
|
||||
"max": "يجب ألا تزيد كلمة المرور عن 32 حرفًا"
|
||||
"max": "يجب ألا تزيد كلمة المرور عن 256 حرفًا"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1238,7 +1238,7 @@
|
||||
"ip_invalid": "تم اكتشاف عنوان IP غير صالح",
|
||||
"password_required": "كلمة المرور مطلوبة",
|
||||
"password_min": "8 أحرف على الأقل",
|
||||
"password_max": "32 حرفاً كحد أقصى"
|
||||
"password_max": "256 حرفاً كحد أقصى"
|
||||
},
|
||||
"toast": {
|
||||
"updated": "تم تحديث المستخدم",
|
||||
|
||||
Reference in New Issue
Block a user