feat: Login by pwd can be disable

---

Closes: #141
This commit is contained in:
lejianwen
2025-02-16 13:06:45 +08:00
parent 4b3bbe809d
commit 6a6a1ed02b
11 changed files with 55 additions and 10 deletions
+6 -1
View File
@@ -134,4 +134,9 @@ other = "需要验证码。"
[CaptchaError]
description = "Captcha error."
one = "验证码错误。"
other = "验证码错误。"
other = "验证码错误。"
[PwdLoginDisabled]
description = "Password login disabled."
one = "密码登录已禁用。"
other = "密码登录已禁用。"