-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Admin / User Login: avoid brute-force login attempts #406
Labels
Milestone
Comments
YaWK
added
Improvement
Improvement in any kind of way
SECURITY
Any issues corresponding to security holes
labels
Apr 1, 2023
If someone tries to login to the backend repeatedly with wrong credentials, user will get banned for 60 minutes. (Login Box will just not show up) - Also a login tryout without username is not possible anymore. Done for now. |
included in build 23.4.1 |
YaWK
added a commit
that referenced
this issue
Apr 2, 2023
YaWK
added a commit
that referenced
this issue
Apr 2, 2023
YaWK
added a commit
that referenced
this issue
Apr 24, 2023
YaWK
added a commit
that referenced
this issue
Apr 24, 2023
build 23.4.12: added simple captcha to admin reset password form to avoid bot spam |
YaWK
added a commit
that referenced
this issue
Apr 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add methods to block user by ip, send admin email if possible brute force attack was detected, set timer to block logins for x minutes, probably add captcha after some failed logins
The text was updated successfully, but these errors were encountered: