create settings
This commit is contained in:
@@ -61,8 +61,6 @@ USE_TZ = True
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||
LOGOUT_URL = '/logout/'
|
||||
LOGIN_URL = '/login/'
|
||||
|
||||
|
||||
AUTHENTICATION_BACKENDS = [
|
||||
@@ -76,7 +74,7 @@ SAML_USERS_MAP = [{
|
||||
"RuG": {
|
||||
"email": dict(key="urn:mace:dir:attribute-def:mail", index=0),
|
||||
"username": dict(key="urn:mace:dir:attribute-def:uid", index=0),
|
||||
"first_name": dict(key="urn:mace:dir:attribute-def:givenName", index=0),
|
||||
"first_name": dict(key="urn:mace:dir:attribute-def:gn", index=0),
|
||||
"last_name": dict(key="urn:mace:dir:attribute-def:sn", index=0),
|
||||
}
|
||||
}]
|
||||
|
Reference in New Issue
Block a user