Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add trusted IPs in config and try to ban forwarded IP on failed login | ArthurHoaro | 2016-08-03 | 1 | -0/+58 |
* Add a new settings (which needs to be manually set): `security.trusted_proxies` * On login failure, if the `REMOTE_ADDR` is in the trusted proxies, try to retrieve the forwarded IP in headers. * If found, the client address is added in ipbans, else we do nothing. Fixes #409 |