iMerica / dj-rest-auth

Authentication for Django Rest Framework
https://dj-rest-auth.readthedocs.io/en/latest/index.html
MIT License
1.66k stars 310 forks source link

I want to change the link in the password reset email to the frontend url. #500

Closed agent-Y closed 1 year ago

agent-Y commented 1 year ago

The link for password reset in the sent email cannot be changed from the backend url. I would like to use the front-end url like 'http:localhost:3000/password/reset/confirm///'

thank you

agent-Y commented 1 year ago

fixed

settings.py PASSWORD_RESET_USE_SITES_DOMAIN = True -> REST_AUTH_PW_RESET_USE_SITES_DOMAIN = True