Skip to content

Commit fb3f148

Browse files
committed
chore: Update DJOSER settings for password and username reset confirmation URLs
1 parent 7d26900 commit fb3f148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/settings/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,8 @@
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}",
342-
# "USERNAME_RESET_CONFIRM_URL": "#/username/reset/confirm/{uid}/{token}",
341+
"PASSWORD_RESET_CONFIRM_URL": "#/password/reset/confirm/{uid}/{token}",
342+
"USERNAME_RESET_CONFIRM_URL": "#/username/reset/confirm/{uid}/{token}",
343343
# "ACTIVATION_URL": "#/activate/{uid}/{token}",
344344
"SEND_CONFIRMATION_EMAIL": True,
345345
# "SEND_ACTIVATION_EMAIL": True,

0 commit comments

Comments
 (0)