Skip to content

Change password reset form to correctly encode user pk

decentral1se requested to merge daniell:fix_broken_password_reset_links into staging

Created by: daniell

The password reset form sent emails with broken links because the value of the user pk in those links wasn't properly encoded. This fixes that error.

Merge request reports