1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 21:30:39 +00:00

Hide repo download button

This commit is contained in:
zhengxie
2013-12-06 14:02:11 +08:00
parent 89009eabf4
commit 3cc6f77a41

View File

@@ -183,8 +183,8 @@ AUTHENTICATION_BACKENDS = (
ACCOUNT_ACTIVATION_DAYS = 7
# show library 'download' button
SHOW_REPO_DOWNLOAD_BUTTON = True
# show or hide library 'download' button
SHOW_REPO_DOWNLOAD_BUTTON = False
# mininum length for password of encrypted library
REPO_PASSWORD_MIN_LENGTH = 6