From 564bb45c876193429966ca20f47b896a8453da7a Mon Sep 17 00:00:00 2001 From: Anatoliy Guskov Date: Wed, 16 May 2018 21:08:27 +0300 Subject: [PATCH] Fixed default settings for auth --- webvirtcloud/settings.py.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webvirtcloud/settings.py.template b/webvirtcloud/settings.py.template index 0effb8e..e1f3c20 100644 --- a/webvirtcloud/settings.py.template +++ b/webvirtcloud/settings.py.template @@ -45,7 +45,7 @@ MIDDLEWARE_CLASSES = ( ) AUTHENTICATION_BACKENDS = ( - #'django.contrib.auth.backends.RemoteUserBackend', + 'django.contrib.auth.backends.RemoteUserBackend', #'accounts.backends.MyRemoteUserBackend', )