| Server IP : 195.130.67.5 / Your IP : 216.73.216.231 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/webmail/plugins/rcguard/ |
Upload File : |
{
"name": "dsoares/rcguard",
"type": "roundcube-plugin",
"description": "Roundcube plugin that enforces reCAPTCHA for users that have too many failed logins",
"keywords": ["mail","roundcube","security","captcha"],
"homepage": "https://github.com/dsoares/roundcube-rcguard",
"version": "1.3.2",
"license": "GPL-3.0+",
"authors": [
{
"name": "Diana Soares",
"email": "diana.soares@gmail.com",
"homepage": "https://github.com/dsoares",
"role": "Developer"
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.4",
"roundcube/plugin-installer": ">=0.1.3"
},
"scripts": {
"lint": "php-cs-fixer -v fix --diff --diff-format udiff --dry-run",
"fix": "php-cs-fixer fix"
},
"extra": {
"roundcube": {
"min-version": "1.1",
"sql-dir": "SQL"
}
}
}