Closed
Description
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!
- You've met the prerequisites.
- You're running the latest version of Parse Server.
- You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
Ran https://github.com/ParsePlatform/parse-server-example with changes for email adapter on AWS Elastic Beanstalk.
Steps to reproduce
- Request for password reset for any existing user with username that contains "+".
- In the password reset email, when the user click the link, "+" gets translated into space.
Logs/Trace
n/a
https://github.com/ParsePlatform/parse-server/blob/master/views/choose_password#L152
https://github.com/ParsePlatform/parse-server/blob/master/views/choose_password#L163
Seems choose_password is changing '+' in usernames to ' '. If I change ' ' back to '+' using the browser's dom inspector, changing password works.
Metadata
Metadata
Assignees
Labels
No labels