LOGIN_TIMEOUT logs out the user from login instead of inactivity. #6868
-
Hi Everyone, I recently changed the LOGIN_TIMEOUT to 15 minutes (900 seconds) for my netbox setup. However, it does seem the logout is 15 minutes from login instead of 15 minutes of inactivity. Is there a way/mechanism to set this so that it is 15 minutes of inactivity? Looking forward to hearing from you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Beta Was this translation helpful? Give feedback.
-
Ref. #6929, the recently-released v2.11.12 introduces an optional configuration parameter called |
Beta Was this translation helpful? Give feedback.
Ref. #6929, the recently-released v2.11.12 introduces an optional configuration parameter called
LOGIN_PERSISTENCE
. Setting it to True will cause Netbox to behave the way you want. Make sure you read the caveats in the example config first, though.