nuxsmin / sysPass

Systems Password Manager
https://syspass.org
GNU General Public License v3.0
975 stars 208 forks source link

Make configurable time tracking / retry attempts #1027

Open vmario89 opened 6 years ago

vmario89 commented 6 years ago

Hi,

i was playing around with syslog and fail2ban. I tried to implement some ban. I did not get it but then i found out that syspass has its own built in mechanism which already blocks users:

TrackService.php

final class TrackService extends Service { /**

Feature Request:

nuxsmin commented 6 years ago

Hello,

some updates for this FR...

Make those values configurable from admin backend

I could be implemented in next releases, but honestly, it's not a priority, since blocked sources can now be released by admins.

add some button to clear banned members via admin backend

Done. There is a new track management view.

Regards