mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 19:08:38 -06:00
Removed obsolete setting LOGOUT_URL
This commit is contained in:
parent
3f5818c2fc
commit
a6256bec79
@ -172,7 +172,6 @@ MESSAGE_TAGS = {
|
|||||||
# Authentication URLs
|
# Authentication URLs
|
||||||
LOGIN_URL = '/login/'
|
LOGIN_URL = '/login/'
|
||||||
LOGIN_REDIRECT_URL = '/'
|
LOGIN_REDIRECT_URL = '/'
|
||||||
LOGOUT_URL = '/logout/'
|
|
||||||
|
|
||||||
# Secrets
|
# Secrets
|
||||||
SECRETS_MIN_PUBKEY_SIZE = 2048
|
SECRETS_MIN_PUBKEY_SIZE = 2048
|
||||||
|
Loading…
Reference in New Issue
Block a user