iMerica / dj-rest-auth

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

Allow customizing password reset confirm URL #487

Closed c-w closed 1 year ago

c-w commented 1 year ago

This pull request adds a parameter to enable customizing the password reset URL. This is an important feature in scenarios such as when using a fully separate frontend for all user interactions.

This pull request is a revival of https://github.com/iMerica/dj-rest-auth/pull/284 which was closed by the original author. I updated the pull request's code to merge cleanly. Tagging everyone who was involved in the original PR for visibility: @urbsny, @gkirkpatrick.