Skip to content

Commit 471cd67

Browse files
authored
Merge pull request #2 from lexxai/reset_password
Reset password
2 parents 274d068 + feacfd7 commit 471cd67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

notes/notes/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@
162162
EMAIL_HOST_PASSWORD = os.getenv("MAIL_PASSWORD", "yourpassword")
163163
DEFAULT_FROM_EMAIL = EMAIL_HOST_USER
164164

165+
166+
LOGOUT_REDIRECT_URL = "noteapp:main"
167+
LOGIN_URL = "users:login"
168+
165169
# logging
166170
LOGGING = {
167171
"version": 1,

0 commit comments

Comments
 (0)