-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
23 lines (23 loc) · 800 Bytes
/
Copy pathplugin.json
File metadata and controls
23 lines (23 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "LoginFailLog",
"version": "0.1.2",
"description": "Logs failed login attempts together with user IP. Useful for protecting Matomo against brute force attacks via fail2ban or similar tools.",
"require": {
"piwik": ">=3.0.0-b1,<6.0.0-b1"
},
"authors": [
{
"name": "Patrick Brosi",
"email": "info@patrickbrosi.de",
"homepage": "http://patrickbrosi.de"
}
],
"support": {
"issues": "https://github.com/patrickbr/piwik-LoginFailLog/issues",
"forum": "",
"source": "https://github.com/patrickbr/piwik-LoginFailLog"
},
"license": "GPL v3+",
"keywords": ["authentication", "fail2ban", "login", "log"],
"homepage": "https://github.com/patrickbr/piwik-LoginFailLog"
}