stash-box icon indicating copy to clipboard operation
stash-box copied to clipboard

[Bug Report] Certain characters break password reset

Open DogmaDragon opened this issue 5 months ago • 0 comments

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.

DogmaDragon avatar Aug 27 '24 09:08 DogmaDragon