mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +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 = "Nieuwe wachtwoord kon niet opgeslagen worden"
|
|||
CURRENT_PASSWORD_INCORRECT = "Huidig wachtwoord onjuist"
|
||||
NEW_PASSWORD_SHORT = "Wachtwoord is te kort"
|
||||
NEW_PASSWORD_WEAK = "Wachtwoord is te makkelijk"
|
||||
NEW_PASSWORD_HIBP = "Wachtwoord gevonden in Have I Been Pwned"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue