Skip to content

Commit

Permalink
Added DOMAIN and SITE_NAME to settings to get correct url for reset p…
Browse files Browse the repository at this point in the history
…assword email
  • Loading branch information
nzeager committed Oct 12, 2023
1 parent 49c198a commit f56bd97
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 @@ -199,6 +199,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 f56bd97

Please sign in to comment.