1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

enable sysadmin view user's repo

This commit is contained in:
lian
2015-10-20 16:35:54 +08:00
parent df1ff9e0f6
commit c41ff45ea2
7 changed files with 236 additions and 10 deletions

View File

@@ -222,6 +222,9 @@ LOGIN_REDIRECT_URL = '/profile/'
ACCOUNT_ACTIVATION_DAYS = 7
# allow seafile amdin view user's repo
ENABLE_SYS_ADMIN_VIEW_REPO = False
# show traffic on the UI
SHOW_TRAFFIC = True