From 3c0c328faebd440367636d3a6f9c6af964ee2d30 Mon Sep 17 00:00:00 2001 From: mgy1881 <95999967+mgy1881@users.noreply.github.com> Date: Sat, 16 Apr 2022 23:44:19 +0800 Subject: [PATCH] Update settings.py null --- it/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/settings.py b/it/settings.py index ac35a65..d42c015 100644 --- a/it/settings.py +++ b/it/settings.py @@ -132,6 +132,6 @@ DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' EMAIL_HOST = "smtp.qq.com" # 服务器 EMAIL_PORT = 465 EMAIL_HOST_USER = "2302253692@qq.com" # 账号 -EMAIL_HOST_PASSWORD = "idujbpdlpgbmdhjg" # 密码 (注意:这里的密码指的是授权码) +EMAIL_HOST_PASSWORD = "" # 密码 (注意:这里的密码指的是授权码) EMAIL_USE_SSL = True # 一般都为False EMAIL_FROM = "2302253692@qq.com" # 邮箱来自