You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to verify the email in signup verify step. The url that show in the email was http://127.0.0.1:8000/signup/verify/?code=be608e4452f0cbbce78cf8e7139148e0779d94fe. But I customized the url to api/accounts/. So the url should be like this to work correctly. http://127.0.0.1:8000/api/accounts/signup/verify/?code=be608e4452f0cbbce78cf8e7139148e0779d94fe. When I dug more in code I found the url was hard coded. So. Can we change it to take this domain from the settings and the remaining url by resolving the signup verify URL name from path()?
The text was updated successfully, but these errors were encountered:
When I tried to verify the email in signup verify step. The url that show in the email was
http://127.0.0.1:8000/signup/verify/?code=be608e4452f0cbbce78cf8e7139148e0779d94fe
. But I customized the url to api/accounts/. So the url should be like this to work correctly.http://127.0.0.1:8000/api/accounts/signup/verify/?code=be608e4452f0cbbce78cf8e7139148e0779d94fe
. When I dug more in code I found the url was hard coded. So. Can we change it to take this domain from the settings and the remaining url by resolving the signup verify URL name from path()?The text was updated successfully, but these errors were encountered: