17 Feb
2021
17 Feb
'21
3:51 a.m.
On 2/16/21 7:27 PM, kwp.klein@gmail.com wrote:
I want t disable all social account providers. I need an example and the name of the file.
I'm not certain this will do what you want,, but in your Django local settings (probably settings_local.py) put
SOCIALACCOUNT_PROVIDERS = {}
You can also remove
'allauth.socialaccount'
and any
'allauth.socialaccount.providers.*' from INSTALLED_APPS
and in the Dgango web admin interface under Social Accounts › Social applications, if any are listed, delete them.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan