mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 23:02:19 +00:00
Removed Nexus, switched to default backends
This commit is contained in:
@@ -63,7 +63,6 @@ INSTALLED_APPS = (
|
||||
'django.contrib.humanize',
|
||||
'django.contrib.staticfiles',
|
||||
'raven.contrib.django',
|
||||
'nexus',
|
||||
'gargoyle',
|
||||
'south',
|
||||
'piston',
|
||||
@@ -80,10 +79,6 @@ INSTALLED_APPS = (
|
||||
'tools',
|
||||
)
|
||||
|
||||
AUTHENTICATION_BACKENDS = (
|
||||
'sso.backends.SimpleHashModelBackend',
|
||||
)
|
||||
|
||||
AUTH_PROFILE_MODULE = 'sso.SSOUser'
|
||||
LOGIN_REDIRECT_URL = "/profile"
|
||||
LOGIN_URL = "/login"
|
||||
|
||||
Reference in New Issue
Block a user