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

Show brute_force_log entries in the UI or add the option to retrieve entries with a CLI command #17769

Open
Starker3 opened this issue Jul 14, 2021 · 0 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@Starker3
Copy link
Contributor

Currently the only method to check for failed login attempts is to check the brute_force_log table for any entries or to check the Activity Log if the failed login attempt was from the UI.

Since there may be cases when people can accidentally get themselves blocked by making API requests with an invalid token (For example running a script that sends a series of API requests) it can sometimes be difficult for them to realize that they accidentally blocked themselves.

Other times it can be useful for Super Users to check the brute force log for failed login attempts to be aware of when someone may be trying to gain unauthorized access (Before the IP is blocked or after the block expires).

It would be great if we could show the brute_force_log in the UI (Maybe in the existing Brute Force Log under Diagnostics) or alternatively as a CLI command for users to run without needing to run a SQL query.

@Starker3 Starker3 added the Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. label Jul 14, 2021
@tsteur tsteur added this to the Backlog (Help wanted) milestone Jul 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

2 participants