Disabling social network login providers
I have read the source code, and I know the core setting is deps\django_authopenid\utils\get_enabled_login_providers()
, but I don't want to change the source code.
How can I switch this off in e.g., setting.py?
Comments