NetBox version
v3.2.6
Python version
3.8
Steps to Reproduce
Try to set up an own SOCIAL_AUTH_PIPELINE in configuration.py
Expected Behavior
Own SOCIAL_AUTH_PIPELINE is run.
Observed Behavior
The default SOCIAL_AUTH_PIPELINE from settings.py is always run (or overwrites/overruns the one from configuration.py)
I commented this in the pull request creating this problem:
#9600