Skip to content

Commit

Permalink
change djoser PASSWORD_RESET_CONFIRM_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
d2avids committed Aug 20, 2024
1 parent 69bd8b9 commit 2bb2b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
'PASSWORD_CHANGED_EMAIL_CONFIRMATION': False,
'PASSWORD_RESET_CONFIRM_RETYPE': False,
'HIDE_USERS': True,
'PASSWORD_RESET_CONFIRM_URL': 'password/reset/confirm/{uid}/{token}',
'PASSWORD_RESET_CONFIRM_URL': 'reset-password/{uid}/{token}',
'SERIALIZERS': {
'user_create_password_retype': 'users.serializers.UserCreateSerializer',
'user': 'users.serializers.UserSerializer',
Expand Down

0 comments on commit 2bb2b69

Please sign in to comment.