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:
parent
9d1d15eda2
commit
cbb192a46e
@ -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.
|
||||
|
||||
#####################
|
||||
|
Loading…
Reference in New Issue
Block a user