iMerica / dj-rest-auth

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

Fixed AllAuthPasswordResetForm %3F in URL issue #478

Closed karunstha closed 1 year ago

karunstha commented 1 year ago

Fixes '%3F' issue with reset password link url. Replaced '%3F' with '?'.