mirror of
https://github.com/Findus23/plugin-PasswordVerifier.git
synced 2024-09-11 06:43:46 +02:00
29 lines
741 B
JSON
29 lines
741 B
JSON
{
|
|
"name": "PasswordVerifier",
|
|
"description": "Reject insecure passwords by searching for their hash in the haveibeenpwned.com database",
|
|
"version": "0.3.0",
|
|
"theme": false,
|
|
"require": {
|
|
"matomo": ">=5.0.0-b1,<6.0.0-b1"
|
|
},
|
|
"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"
|
|
]
|
|
}
|