Skip to content

Commit 2cf2d31

Browse files
committed
change login defaults, disable all social except google
1 parent 2ce3794 commit 2cf2d31

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

askbot/conf/login_providers.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,11 @@
225225
'Microsoft Azure',
226226
)
227227

228-
DISABLED_BY_DEFAULT = ('LaunchPad', 'Mozilla Persona', 'OpenStackID')
228+
DISABLED_BY_DEFAULT = ('AOL', 'Blogger', 'ClaimID', 'Facebook', 'Fedora', 'Flickr',
229+
'Mozilla Persona', 'Twitter', 'MediaWiki', 'LinkedIn',
230+
'LiveJournal', 'OpenID', 'Technorati', 'Wordpress', 'Vidoop',
231+
'Verisign', 'Yahoo', 'identi.ca', 'LaunchPad', 'OpenStackID',
232+
'Yammer', 'Windows Live', 'Microsoft Azure',)
229233

230234
NEED_EXTRA_SETUP = ('Google Plus', 'Twitter', 'MediaWiki', 'Facebook',
231235
'LinkedIn', 'identi.ca', 'Yammer', 'Windows Live', 'Microsoft Azure',)

0 commit comments

Comments
 (0)