Implement occ command to reset bruteforce attemps from a given IP address#20005
Conversation
|
Thanks 👍
|
Thanks, I'll do that.
ipaddress is a argument and not an option. So your command would be
The cut off is taken into account, as this would be consistent with the IP unblock after a successful login. |
b13400c to
bda8017
Compare
|
All right. Mind to do another rebase (to get rid of the composer annotation update - that's already landed in master) and squash the commits together? |
Signed-off-by: Johannes Riedel <joeried@users.noreply.github.com>
bda8017 to
0c38569
Compare
MorrisJobke
left a comment
There was a problem hiding this comment.
Code looks good 👍 Tested and works
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
My bad. I overlooked the rebase and forgot to request a review earlier. Otherwise it might be landed for 19 already 🙈 |
|
I just pushed a fixed space - so let's merge this and continue on this :) Thanks for the feature :) |
Adds a way to remove all bruteforce attempts (after the cutoff time) for a given IP address
Should resolve #3058
I'm not entirely sure that the naming is correct.
@kesselb Please take a look.