iMerica / dj-rest-auth

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

Added key and uid fields to the reset password form #554

Closed Explie closed 7 months ago

Explie commented 9 months ago

This PR adds the key and uid fields to the Context of AllAuthPasswordResetForm. This is done to have consistency with the Django Admin templates/registration/password_reset_email.html regarding available template variables.

Looking forward to your input

Explie commented 9 months ago

Sorry for the many iterations. Tests are running on my end. This should be it