owncloud / brute_force_protection

Brute-force protection app for ownCloud
GNU General Public License v2.0
6 stars 5 forks source link

App counts wrong for failed logins and public shares with password #197

Closed GeraldLeikam closed 1 year ago

GeraldLeikam commented 1 year ago

If in the settings under "Ban after how many failed attempts?" 3 attempts are set, it will only be banned after the 4th wrong attempt. This is the same for logins as for public shares with a password

This can be fixed with pull request #196 and #198

jnweiger commented 1 year ago

No. the count is correct. After three wrong paswords, the user is blocked. But, the message grafik is not yet shown. This message is only shown on the next login attempt. Regardless if done with wrong or correct password.