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

fix: Add geo/ISP lookup button config option to README #872

Merged
merged 1 commit into from
May 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ via an app password as suspicious. Should it detect a password login where the (
uid) is classified as suspicious by the trained model, it will add an entry to the
``suspicious_login`` table, including the timestamp, request id and URL.

## Configuration

Enable a button in notifications to lookup more info about a suspicious IP (geography, ISP):

`occ config:app:set --value 1 suspicious_login show_more_info_button`
joshtrichards marked this conversation as resolved.
Show resolved Hide resolved

## Development setup

Expand Down
Loading