1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #2053: Introduced the LOGIN_TIMEOUT configuration setting

This commit is contained in:
Jeremy Stretch
2018-11-14 14:18:32 -05:00
parent 63bd48003e
commit 641254b23a
4 changed files with 21 additions and 0 deletions

View File

@@ -133,6 +133,14 @@ Setting this to True will permit only authenticated users to access any part of
---
## LOGIN_TIMEOUT
Default: 1209600 seconds (14 days)
The liftetime (in seconds) of the authentication cookie issued to a NetBox user upon login.
---
## MAINTENANCE_MODE
Default: False