1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +00:00

file lock

This commit is contained in:
lian
2015-07-11 10:10:31 +08:00
parent d3097a6acf
commit 2c2bf4f98f
12 changed files with 328 additions and 35 deletions

View File

@@ -312,6 +312,8 @@ MAX_UPLOAD_FILE_NAME_LEN = 255
MAX_FILE_NAME = MAX_UPLOAD_FILE_NAME_LEN
MAX_PATH = 4096
FILE_LOCK_EXPIRATION_DAYS = 0
# Whether or not activate user when registration complete.
# If set to ``False``, new user will be activated by admin or via activate link.
ACTIVATE_AFTER_REGISTRATION = True