Skip to content

Commit c4bde85

Browse files
committed
Update password reset confirm URL
1 parent fb3f148 commit c4bde85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
# User authentication and registration via REST API endpoints
339339
# https://djoser.readthedocs.io/en/latest/settings.html
340340
DJOSER = {
341-
"PASSWORD_RESET_CONFIRM_URL": "#/password/reset/confirm/{uid}/{token}",
341+
"PASSWORD_RESET_CONFIRM_URL": "/auth/reset-password-confirm?uid={uid}&token={token}",
342342
"USERNAME_RESET_CONFIRM_URL": "#/username/reset/confirm/{uid}/{token}",
343343
# "ACTIVATION_URL": "#/activate/{uid}/{token}",
344344
"SEND_CONFIRMATION_EMAIL": True,

0 commit comments

Comments
 (0)