mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-25 00:36:11 -06:00
11508 remove addition to settings
This commit is contained in:
parent
92a1d59606
commit
1d02196e0a
@ -553,7 +553,6 @@ SOCIAL_AUTH_PIPELINE = (
|
|||||||
'netbox.authentication.user_default_groups_handler',
|
'netbox.authentication.user_default_groups_handler',
|
||||||
'social_core.pipeline.social_auth.load_extra_data',
|
'social_core.pipeline.social_auth.load_extra_data',
|
||||||
'social_core.pipeline.user.user_details',
|
'social_core.pipeline.user.user_details',
|
||||||
'netbox.authentication.azure_map_groups',
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Load all SOCIAL_AUTH_* settings from the user configuration
|
# Load all SOCIAL_AUTH_* settings from the user configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user