We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3f148 commit c4bde85Copy full SHA for c4bde85
config/settings/base.py
@@ -338,7 +338,7 @@
338
# User authentication and registration via REST API endpoints
339
# https://djoser.readthedocs.io/en/latest/settings.html
340
DJOSER = {
341
- "PASSWORD_RESET_CONFIRM_URL": "#/password/reset/confirm/{uid}/{token}",
+ "PASSWORD_RESET_CONFIRM_URL": "/auth/reset-password-confirm?uid={uid}&token={token}",
342
"USERNAME_RESET_CONFIRM_URL": "#/username/reset/confirm/{uid}/{token}",
343
# "ACTIVATION_URL": "#/activate/{uid}/{token}",
344
"SEND_CONFIRMATION_EMAIL": True,
0 commit comments