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:
rustmailer
2025-12-30 11:05:07 +08:00
parent c01872284e
commit 62d956c7d6
23 changed files with 66 additions and 54 deletions
+2 -2
View File
@@ -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": "ユーザーを更新しました",