stashapp / stash-box

Stash App's own OpenSource video indexing and Perceptual Hashing MetaData API
MIT License
217 stars 63 forks source link

[Bug Report] Certain characters break password reset #809

Open DogmaDragon opened 1 month ago

DogmaDragon commented 1 month ago

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.