Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[회원] 비밀번호 찾기 #10

Open
bell2lee opened this issue Sep 28, 2020 · 1 comment · May be fixed by #25
Open

[회원] 비밀번호 찾기 #10

bell2lee opened this issue Sep 28, 2020 · 1 comment · May be fixed by #25
Assignees
Labels
기능 개선 Good for newcomers 새로운 기능 New feature or request

Comments

@bell2lee
Copy link
Member

No description provided.

@bell2lee bell2lee added 새로운 기능 New feature or request 기능 개선 Good for newcomers labels Sep 28, 2020
@bell2lee
Copy link
Member Author

bell2lee commented Oct 29, 2020

이메일 설정
image

settings.py

EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.googlemail.com'
EMAIL_USE_TLS = True
EMAIL_PORT = 587
EMAIL_HOST_USER = '이메일'
EMAIL_HOST_PASSWORD = '톡방을 통한 공유된 비밀번호'

LOGIN_URL='/member/login/'

실행 모습

스크린샷 2020-10-30 오후 1 14 37

스크린샷 2020-10-30 오후 1 14 38

스크린샷 2020-10-30 오후 1 16 42

@bell2lee bell2lee linked a pull request Oct 30, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
기능 개선 Good for newcomers 새로운 기능 New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants