Skip to content

Commit cffa96c

Browse files
committed
Revert change in settings.py
See ietf-tools#904 - Legacy-Id: 5074
1 parent b11374a commit cffa96c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
ADMIN_MEDIA_PREFIX = '/media/'
8585

8686
AUTH_PROFILE_MODULE = 'person.Person'
87-
#AUTHENTICATION_BACKENDS = ( 'django.contrib.auth.backends.RemoteUserBackend', )
87+
AUTHENTICATION_BACKENDS = ( 'django.contrib.auth.backends.RemoteUserBackend', )
8888

8989
#DATABASE_ROUTERS = ["ietf.legacy_router.LegacyRouter"]
9090

0 commit comments

Comments
 (0)