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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user