1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 08:16:07 +00:00

Added detailed user profile

This commit is contained in:
zhengxie
2013-12-18 13:56:20 +08:00
parent c953003852
commit b2e70423cf
11 changed files with 165 additions and 40 deletions

View File

@@ -263,6 +263,8 @@ ACTIVATE_AFTER_REGISTRATION = True
# This option will be ignored if ``ACTIVATE_AFTER_REGISTRATION`` set to ``True``.
REGISTRATION_SEND_MAIL = False
REQUIRE_DETAIL_ON_REGISTRATION = False
# Seafile-applet address and port, used in repo download
CCNET_APPLET_ROOT = "http://127.0.0.1:13420"