From 0a46edf1417edca5a9303853e4b65f08fb7318bd Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Wed, 4 Oct 2017 15:23:40 +0200 Subject: [PATCH] Add OpenSuse, Ubuntu & Fedora OpenID providers --- conf/settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/settings.py b/conf/settings.py index 1e65811..43d08c1 100644 --- a/conf/settings.py +++ b/conf/settings.py @@ -199,9 +199,9 @@ AUTHENTICATION_BACKENDS = ( # 'social_core.backends.google.GoogleOAuth2', # 'social_core.backends.github.GithubOAuth2', # 'social_core.backends.bitbucket.BitbucketOAuth', - # 'social_core.backends.suse.OpenSUSEOpenId', - # 'social_core.backends.ubuntu.UbuntuOpenId', - # 'social_core.backends.fedora.FedoraOpenId', + 'social_core.backends.suse.OpenSUSEOpenId', + 'social_core.backends.ubuntu.UbuntuOpenId', + 'social_core.backends.fedora.FedoraOpenId', # 'social_core.backends.facebook.FacebookOAuth2', 'weblate.accounts.auth.WeblateUserBackend', )