From 86c6207044b07822b10642c21330a5fe9e337da4 Mon Sep 17 00:00:00 2001 From: Josh Date: Sun, 12 May 2024 21:05:16 -0400 Subject: [PATCH] fix(README): Adjust IP lookup instructions to match default Signed-off-by: Josh --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3dce7f4..a559b807 100644 --- a/README.md +++ b/README.md @@ -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