1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-28 03:10:45 +00:00

Turn on email sending when adding user

This commit is contained in:
zhengxie 2013-01-10 17:28:56 +08:00
parent 9d1d15eda2
commit cbb192a46e

View File

@ -255,7 +255,7 @@ LOGGING = {
# Email sending #
#################
SEND_EMAIL_ON_ADDING_SYSTEM_MEMBER = False # Whether to send email when a system staff adding new member.
SEND_EMAIL_ON_ADDING_SYSTEM_MEMBER = True # Whether to send email when a system staff adding new member.
SEND_EMAIL_ON_RESETTING_USER_PASSWD = True # Whether to send email when a system staff resetting user's password.
#####################