Skip to content
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

Closed
YaWK opened this issue Apr 1, 2023 · 3 comments
Closed

Admin / User Login: avoid brute-force login attempts #406

YaWK opened this issue Apr 1, 2023 · 3 comments
Assignees
Labels
Improvement Improvement in any kind of way SECURITY Any issues corresponding to security holes
Milestone

Comments

@YaWK
Copy link
Owner

YaWK commented Apr 1, 2023

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

@YaWK YaWK added Improvement Improvement in any kind of way SECURITY Any issues corresponding to security holes labels Apr 1, 2023
@YaWK YaWK self-assigned this Apr 1, 2023
YaWK added a commit that referenced this issue Apr 1, 2023
YaWK added a commit that referenced this issue Apr 1, 2023
YaWK added a commit that referenced this issue Apr 1, 2023
@YaWK
Copy link
Owner Author

YaWK commented 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.

@YaWK YaWK closed this as completed Apr 1, 2023
@YaWK YaWK added this to the Remove Bugs milestone Apr 2, 2023
@YaWK
Copy link
Owner Author

YaWK commented Apr 2, 2023

included in build 23.4.1

@YaWK
Copy link
Owner Author

YaWK commented Apr 24, 2023

build 23.4.12: added simple captcha to admin reset password form to avoid bot spam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Improvement in any kind of way SECURITY Any issues corresponding to security holes
Projects
None yet
Development

No branches or pull requests

1 participant