mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
ChangePasswordPlugin also use Have I Been Pwned
This commit is contained in:
parent
6739ec21c8
commit
b4dbf249ee
12 changed files with 76 additions and 42 deletions
|
|
@ -10,3 +10,4 @@ COULD_NOT_SAVE_NEW_PASSWORD = "无法保存新密码"
|
|||
CURRENT_PASSWORD_INCORRECT = "当前密码不正确"
|
||||
NEW_PASSWORD_SHORT = "密码太短"
|
||||
NEW_PASSWORD_WEAK = "密码过于简单"
|
||||
NEW_PASSWORD_HIBP = "在 Have I Been Pwned 中找到密码"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue