From 99235486284a42957cda99c994bc7cd19c1734cc Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 23 Nov 2020 11:22:46 -0500 Subject: [PATCH] Note that maintenance mode disables last_active updates during login --- docs/configuration/optional-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/optional-settings.md b/docs/configuration/optional-settings.md index 651781c17..eb6022226 100644 --- a/docs/configuration/optional-settings.md +++ b/docs/configuration/optional-settings.md @@ -277,7 +277,7 @@ The lifetime (in seconds) of the authentication cookie issued to a NetBox user u Default: False -Setting this to True will display a "maintenance mode" banner at the top of every page. +Setting this to True will display a "maintenance mode" banner at the top of every page. Additionally, NetBox will no longer update a user's "last active" time upon login. This is to allow new logins when the database is in a read-only state. Recording of login times will resume when maintenance mode is disabled. ---