First time here? Check out the FAQ!

jeffery's profile - activity

2017-07-31 12:47:36 -0500 received badge Notable Question (source)
2016-02-16 01:50:43 -0500 received badge Popular Question (source)
2013-06-28 01:34:25 -0500 commented answer Disabling social network login providers

thks. not need to modify the source code.

2013-06-28 01:29:18 -0500 asked a question sina weibo as authentication backend

there have any plan for add sina weibo and tencent to the authentication backends? those are the major social network in china.

i know there have an project called django-social-auth already have integrated the most social network.

2013-04-01 05:50:07 -0500 received badge Famous Question (source)
2013-01-17 18:17:43 -0500 received badge Taxonomist
2012-09-19 18:31:48 -0500 received badge Scholar ( source )
2012-09-19 08:57:28 -0500 received badge Student (source)
2012-09-19 07:16:42 -0500 answered a question Disabling social network login providers

and i have reading the source code, and found can switch it off by comment off login_providor{} in conf/login_providers.py

2012-09-19 03:20:56 -0500 received badge Editor (source)
2012-09-19 03:20:19 -0500 asked a question 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?