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

Fixes #6929: Introduce LOGIN_PERSISTENCE configuration parameter to persist user sessions

This commit is contained in:
jeremystretch
2021-08-20 16:06:37 -04:00
parent d850aa0773
commit 53a5bc2221
4 changed files with 17 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
* [#6748](https://github.com/netbox-community/netbox/issues/6748) - Add site group filter to devices list
* [#6790](https://github.com/netbox-community/netbox/issues/6790) - Recognize a /32 IPv4 address as a child of a /32 IPv4 prefix
* [#6872](https://github.com/netbox-community/netbox/issues/6872) - Add table configuration button to child prefixes view
* [#6929](https://github.com/netbox-community/netbox/issues/6929) - Introduce `LOGIN_PERSISTENCE` configuration parameter to persist user sessions
### Bug Fixes