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

8 lines
403 B
JSON
Raw Normal View History

2018-11-06 14:22:20 +01:00
{
"PasswordVerifier": {
2022-07-27 20:17:06 +02:00
"PluginDescription": "Reject insecure passwords by searching for their hash in the haveibeenpwned.com database",
2018-11-06 14:22:20 +01:00
"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"
}
}