Skip to content

Commit 150605f

Browse files
committed
no longer use askbot default login handlers
1 parent ea5e881 commit 150605f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

askbot/context.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ def application_settings(request):
6161
my_settings['TINYMCE_PLUGINS'] = [];
6262

6363
my_settings['LOGOUT_REDIRECT_URL'] = url_utils.get_logout_redirect_url()
64-
my_settings['USE_ASKBOT_LOGIN_SYSTEM'] = 'askbot.deps.django_authopenid' \
65-
in settings.INSTALLED_APPS
64+
# my_settings['USE_ASKBOT_LOGIN_SYSTEM'] = 'askbot.deps.django_authopenid' \
65+
# in settings.INSTALLED_APPS
66+
my_settings['USE_ASKBOT_LOGIN_SYSTEM'] = False
6667

6768
current_language = get_language()
6869

0 commit comments

Comments
 (0)