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