mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +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 @@ CURRENT_PASSWORD_INCORRECT = "Aktuelles Passwort falsch"
|
|||
CURRENT_PASSWORD_INCORRECT = "Aktuelles Passwort falsch"
|
||||
NEW_PASSWORD_SHORT = "Passwort ist zu kurz"
|
||||
NEW_PASSWORD_WEAK = "Passwort ist zu einfach"
|
||||
NEW_PASSWORD_HIBP = "Passwort gefunden in Have I Been Pwned"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue