Commit 92326b30 authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents be11aa9a eec2d391
...@@ -27,6 +27,7 @@ from social.exceptions import AuthForbidden ...@@ -27,6 +27,7 @@ from social.exceptions import AuthForbidden
from accounts.models import send_notification_email, VerifiedEmail from accounts.models import send_notification_email, VerifiedEmail
from weblate import appsettings from weblate import appsettings
def get_backend_name(strategy): def get_backend_name(strategy):
''' '''
Wrapper to provide compatibility with different versions Wrapper to provide compatibility with different versions
......
...@@ -35,7 +35,7 @@ disable=C0111,I0011,I0012,W0704,W0142,W0232,W0613,W0702,R0201,E1101,E1120,E1103, ...@@ -35,7 +35,7 @@ disable=C0111,I0011,I0012,W0704,W0142,W0232,W0613,W0702,R0201,E1101,E1120,E1103,
# Set the output format. Available formats are text, parseable, colorized, msvs # Set the output format. Available formats are text, parseable, colorized, msvs
# (visual studio) and html # (visual studio) and html
output-format=parseable #output-format=parseable
# Include message's id in output # Include message's id in output
include-ids=yes include-ids=yes
......
...@@ -171,7 +171,8 @@ AUTHENTICATION_BACKENDS = ( ...@@ -171,7 +171,8 @@ AUTHENTICATION_BACKENDS = (
'social.backends.email.EmailAuth', 'social.backends.email.EmailAuth',
#'social.backends.github.GithubOAuth2', #'social.backends.github.GithubOAuth2',
#'social.backends.suse.OpenSUSEOpenId', #'social.backends.suse.OpenSUSEOpenId',
'social.apps.django_app.utils.BackendWrapper', # Needed for Django 1.6:
#'social.apps.django_app.utils.BackendWrapper',
'accounts.auth.WeblateUserBackend', 'accounts.auth.WeblateUserBackend',
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment