1
0
Fork 0
mirror of https://github.com/Findus23/plugin-PasswordVerifier.git synced 2024-09-19 16:03:47 +02:00
plugin-PasswordVerifier/lang/en.json

7 lines
405 B
JSON

{
"PasswordVerifier": {
"PluginDescription": "Reject insecure passwords by searching for their hash in the haveibeenpwned.com database",
"PasswordFoundInDb": "Your password occurs %1$s times in the haveibeenpwned.com database. Please choose a secure password.",
"CantReachAPI": "Can't reach haveibeenpwned.com to verify the password. Please check the Matomo log for more information."
}
}