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

30 lines
741 B
JSON
Raw Permalink Normal View History

2018-11-06 14:22:20 +01:00
{
"name": "PasswordVerifier",
"description": "Reject insecure passwords by searching for their hash in the haveibeenpwned.com database",
2023-07-22 23:16:05 +02:00
"version": "0.3.0",
2018-11-06 14:22:20 +01:00
"theme": false,
"require": {
2023-07-22 23:16:05 +02:00
"matomo": ">=5.0.0-b1,<6.0.0-b1"
2018-11-06 14:22:20 +01:00
},
"authors": [
{
"name": "Lukas Winkler",
"email": "lukas@matomo.org",
"homepage": "https://lw1.at"
}
],
"support": {
"email": "lukas@matomo.org",
"issues": "https://github.com/Findus23/plugin-PasswordVerifier/issues",
"forum": "https://forum.matomo.org",
"source": "https://github.com/Findus23/plugin-PasswordVerifier"
},
"homepage": "https://lw1.at",
"license": "GPL v3+",
"keywords": [
"security",
"passwords",
"haveibeenpwned"
]
}