mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #206] Has anyone setup fail2ban filter for vimbadmin? #161
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#161
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Sep 21, 2016).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/206
looking at opening up vimbadmin for customer password reset and wondering how to best protect it from abuse.
@barryo commented on GitHub (Sep 21, 2016):
You can set up fail2ban filters for the Apache log - e.g. on:
10.5.6.8 - - [21/Sep/2016:23:42:03 +0100] "POST
/vimbadmin/auth/lost-password HTTP/1.1" 302
Note that ViMbAdmin will send you to the password reset page whether you
entered a right email or not - note the message:
"If your username was correct, then an email with a key to allow you to
change your password below has been sent to you."
WCat wrote:
@ghost commented on GitHub (Sep 21, 2016):
OK, thank you Barry. Great product that has served me well for a few years now.