Skip to content

Commit

Permalink
Merge pull request #876 from nextcloud/jtr-readme-ip-lookup-default
Browse files Browse the repository at this point in the history
fix(README): Adjust IP lookup instructions to match default
  • Loading branch information
st3iny committed May 13, 2024
2 parents 203dfd4 + 86c6207 commit 7402002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ uid) is classified as suspicious by the trained model, it will add an entry to t

## Configuration

Enable a button in notifications to lookup more info about a suspicious IP (geography, ISP):
By default notifications about suspicious logins contain a link (button) to lookup more info about the noted IP address (geography, ISP). This link can be disabled if it isn't desired:

`occ config:app:set --value 1 suspicious_login show_more_info_button`
`occ config:app:set --value 0 suspicious_login show_more_info_button`

## Development setup

Expand Down

0 comments on commit 7402002

Please sign in to comment.