Skip to content

Commit

Permalink
Password reset email url (#159)
Browse files Browse the repository at this point in the history
* Hotfix build celery code

* Added DOMAIN and SITE_NAME to settings to get correct url for reset password email
  • Loading branch information
nzeager authored Oct 14, 2023
1 parent 39a53d0 commit 58798f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@
),
}

DOMAIN = 'momentors.dev'
SITE_NAME = 'Momentors'

DJOSER = {
'USER_CREATE_PASSWORD_RETYPE': True,
'PASSWORD_RESET_CONFIRM_URL': 'password/reset/confirm/{uid}/{token}',
Expand Down

0 comments on commit 58798f6

Please sign in to comment.