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

Remove sending email after registration, and clean code

This commit is contained in:
xiez
2012-04-21 11:05:59 +08:00
parent 62bf4b11ce
commit 00f9575c74
8 changed files with 38 additions and 33 deletions

View File

@@ -113,7 +113,9 @@ AUTHENTICATION_BACKENDS = (
ACCOUNT_ACTIVATION_DAYS = 7
REGISTRATION_SEND_MAIL = True
# this value should be false, since user will be activated after registration
# since 0.9.2
REGISTRATION_SEND_MAIL = False
# seafile httpserver address and port
HTTP_SERVER_ROOT = "http://localhost:8082"