1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

[share link] Remove deactivate

This commit is contained in:
zhengxie
2017-06-13 10:35:55 +08:00
parent c83cc9f212
commit 12bcabd0b1
2 changed files with 5 additions and 5 deletions

View File

@@ -279,6 +279,9 @@ SHARE_LINK_PASSWORD_MIN_LENGTH = 8
# enable or disable share link audit
ENABLE_SHARE_LINK_AUDIT = False
# Control the language that send email. Default to user's current language.
SHARE_LINK_EMAIL_LANGUAGE = ''
# check virus for files uploaded form upload link
ENABLE_UPLOAD_LINK_VIRUS_CHECK = False
@@ -394,9 +397,6 @@ ACTIVATE_AFTER_REGISTRATION = True
# This option will be ignored if ``ACTIVATE_AFTER_REGISTRATION`` set to ``True``.
REGISTRATION_SEND_MAIL = False
#Control the language that send email.
SHARE_LINK_EMAIL_LANGUAGE = ''
REQUIRE_DETAIL_ON_REGISTRATION = False
# Account initial password, for password resetting.