Skip to content

Commit c568f25

Browse files
author
zmrenwu
committed
Fix something
1 parent d9570a6 commit c568f25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog_project/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
197197
EMAIL_HOST = 'smtp.163.com'
198198
EMAIL_PORT = 25
199-
EMAIL_HOST_USER = '[email protected]' # add your own accounts for local test
200-
EMAIL_HOST_PASSWORD = 'yxg19940330'
199+
EMAIL_HOST_USER = '#####' # add your own accounts for local test
200+
EMAIL_HOST_PASSWORD = '######'
201201
EMAIL_USE_TLS = True
202202
DEFAULT_FROM_EMAIL = EMAIL_HOST_USER

0 commit comments

Comments
 (0)