From 28b8e68f3a6ac85aecb555d6725b37c982be9a7a Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 27 Apr 2024 14:17:54 -0400 Subject: [PATCH] fix: Add geo/ISP lookup button config option to README This was implemented in #535. Signed-off-by: Josh --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a6e1973d..d3dce7f4 100644 --- a/README.md +++ b/README.md @@ -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