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 7d26900 commit fb3f148Copy full SHA for fb3f148
config/settings/base.py
@@ -338,8 +338,8 @@
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}",
342
- # "USERNAME_RESET_CONFIRM_URL": "#/username/reset/confirm/{uid}/{token}",
+ "PASSWORD_RESET_CONFIRM_URL": "#/password/reset/confirm/{uid}/{token}",
+ "USERNAME_RESET_CONFIRM_URL": "#/username/reset/confirm/{uid}/{token}",
343
# "ACTIVATION_URL": "#/activate/{uid}/{token}",
344
"SEND_CONFIRMATION_EMAIL": True,
345
# "SEND_ACTIVATION_EMAIL": True,
0 commit comments