stash-box
stash-box copied to clipboard
[Bug Report] Certain characters break password reset
Describe the bug
When trying to reset the password, the reset form doesn't like the email format if +
is used (common in email aliases). As a result, the email address shown in the URL for the request would not read as valid. It was resolved by replacing +
with %2B
in the URL and submitting the change again.