Skip to content

Commit

Permalink
refactor: 变更重置密码验证码短信文案 (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
neronkl authored Jan 12, 2023
1 parent c62aba6 commit 00c15ae
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ def forwards_func(apps, schema_editor):
key="reset_password_sms_config",
example={
"sender": "蓝鲸智云",
"content": "【蓝鲸】验证码:{verification_code}您正在重置密码,如非本人操作,请忽略该短信",
"content_html": "<p>【蓝鲸】验证码:{verification_code},您正在重置密码,如非本人操作,请忽略该短信</p>"
"content": "蓝鲸验证码:{verification_code}您正在重置密码,如非本人操作,请忽略该短信",
"content_html": "<p>蓝鲸验证码:{verification_code},您正在重置密码,如非本人操作,请忽略该短信</p>"
},
default={
"sender": "蓝鲸智云",
"content": "【蓝鲸】验证码:{verification_code},您正在重置密码,如非本人操作,请忽略该短信",
"content_html": "<p>【蓝鲸】验证码:{verification_code},您正在重置密码,如非本人操作,请忽略该短信</p>"
"content": "蓝鲸验证码:{verification_code},您正在重置密码,如非本人操作,请忽略该短信",
"content_html": "<p>蓝鲸验证码:{verification_code},您正在重置密码,如非本人操作,请忽略该短信</p>"
},
),
# 最大验证失败次数
Expand Down

0 comments on commit 00c15ae

Please sign in to comment.