Skip to content

Commit

Permalink
fix: Add geo/ISP lookup button config option to README
Browse files Browse the repository at this point in the history
This was implemented in #535.

Signed-off-by: Josh <[email protected]>
  • Loading branch information
joshtrichards authored Apr 27, 2024
1 parent 9eea862 commit b5c9cf4
Showing 1 changed file with 5 additions and 0 deletions.
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`

## Development setup

Expand Down

0 comments on commit b5c9cf4

Please sign in to comment.