mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +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"
|
||||
|
|
|
|||
|
|
@ -10,3 +10,4 @@ COULD_NOT_SAVE_NEW_PASSWORD = "Could not save new password"
|
|||
CURRENT_PASSWORD_INCORRECT = "Current password incorrect"
|
||||
NEW_PASSWORD_SHORT = "Password is too short"
|
||||
NEW_PASSWORD_WEAK = "Password is too easy"
|
||||
NEW_PASSWORD_HIBP = "Password found in Have I Been Pwned"
|
||||
|
|
|
|||
|
|
@ -10,3 +10,4 @@ COULD_NOT_SAVE_NEW_PASSWORD = "Could not save new password"
|
|||
CURRENT_PASSWORD_INCORRECT = "Current password incorrect"
|
||||
NEW_PASSWORD_SHORT = "Password is too short"
|
||||
NEW_PASSWORD_WEAK = "Password is too easy"
|
||||
NEW_PASSWORD_HIBP = "Password found in Have I Been Pwned"
|
||||
|
|
|
|||
|
|
@ -10,3 +10,4 @@ COULD_NOT_SAVE_NEW_PASSWORD = "Could not save new password"
|
|||
CURRENT_PASSWORD_INCORRECT = "Current password incorrect"
|
||||
NEW_PASSWORD_SHORT = "Password is too short"
|
||||
NEW_PASSWORD_WEAK = "Password is too easy"
|
||||
NEW_PASSWORD_HIBP = "Password found in Have I Been Pwned"
|
||||
|
|
|
|||
|
|
@ -10,3 +10,4 @@ COULD_NOT_SAVE_NEW_PASSWORD = "No se puede guardar la nueva contraseña"
|
|||
CURRENT_PASSWORD_INCORRECT = "La contraseña actual es incorrecta"
|
||||
NEW_PASSWORD_SHORT = "La contraseña es muy corta"
|
||||
NEW_PASSWORD_WEAK = "La contraseña es muy fácil"
|
||||
NEW_PASSWORD_HIBP = "Contraseña encontrada en Have I Been Pwned"
|
||||
|
|
|
|||
|
|
@ -10,3 +10,4 @@ COULD_NOT_SAVE_NEW_PASSWORD = "Impossible d'enregistrer le nouveau mot de passe"
|
|||
CURRENT_PASSWORD_INCORRECT = "Le mot de passe actuel est incorrect"
|
||||
NEW_PASSWORD_SHORT = "Le mot de passe est trop court"
|
||||
NEW_PASSWORD_WEAK = "Le mot de passe n'est pas assez fort"
|
||||
NEW_PASSWORD_HIBP = "Mot de passe trouvé dans Have I Been Pwned"
|
||||
|
|
|
|||
|
|
@ -10,3 +10,4 @@ COULD_NOT_SAVE_NEW_PASSWORD = "Non è stato possibile salvare la nuova password"
|
|||
CURRENT_PASSWORD_INCORRECT = "La password attuale non è corretta"
|
||||
NEW_PASSWORD_SHORT = "La password scelta è troppo breve"
|
||||
NEW_PASSWORD_WEAK = "La password scelta non è abbastanza complessa"
|
||||
NEW_PASSWORD_HIBP = "Password trovata in Have I Been Pwned"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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