Skip to content

Commit

Permalink
fix(reset_password/sms): tempalte wrong (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
wklken authored Jan 13, 2023
1 parent 00c15ae commit 9e4686e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ def forwards_func(apps, schema_editor):
key="reset_password_sms_config",
example={
"sender": "蓝鲸智云",
"content": "蓝鲸验证码:{verification_code}您正在重置密码,如非本人操作,请忽略该短信",
"content": "【腾讯蓝鲸】验证码:{verification_code}您正在重置密码,如非本人操作,请忽略该短信",
"content_html": "<p>蓝鲸验证码:{verification_code},您正在重置密码,如非本人操作,请忽略该短信</p>"
},
default={
"sender": "蓝鲸智云",
"content": "蓝鲸验证码:{verification_code},您正在重置密码,如非本人操作,请忽略该短信",
"content": "【腾讯蓝鲸】验证码:{verification_code},您正在重置密码,如非本人操作,请忽略该短信",
"content_html": "<p>蓝鲸验证码:{verification_code},您正在重置密码,如非本人操作,请忽略该短信</p>"
},
),
Expand Down

0 comments on commit 9e4686e

Please sign in to comment.