add new template to config

and rename existing new user email verification template for clarity
This commit is contained in:
Leo Hemsted
2017-11-03 14:38:30 +00:00
parent 57b7a392b2
commit dd326ec1d3
4 changed files with 12 additions and 11 deletions

View File

@@ -871,7 +871,7 @@ def email_verification_template(notify_db,
return create_custom_template(
service=service,
user=user,
template_config_name='EMAIL_VERIFY_CODE_TEMPLATE_ID',
template_config_name='NEW_USER_EMAIL_VERIFICATION_TEMPLATE_ID',
content='((user_name)) use ((url)) to complete registration',
template_type='email'
)