Add a settings that disallows org admins from seeing users outside of

their organization.   See: https://trello.com/c/M74W11hQ
This commit is contained in:
Matthew Jones
2014-10-06 15:59:05 -04:00
parent d55569ed51
commit d6adb1d398
3 changed files with 9 additions and 1 deletions

View File

@@ -500,6 +500,8 @@ TASK_COMMAND_PORT = "tcp://127.0.0.1:6559"
SOCKETIO_NOTIFICATION_PORT = "tcp://127.0.0.1:6557"
SOCKETIO_LISTEN_PORT = 8080
ORG_ADMINS_CAN_SEE_ALL_USERS = True
# Logging configuration.
LOGGING = {
'version': 1,