Reset Password not working with mail with "strange" char

Issue #12 resolved
Lorenzo Bugiani created an issue

Hi,

I've tried to recover my password, but my registered email is "lorenzo.bugiani+gaestudio@gmail.com". When I try to submit the form, the mail sendend is "email:lorenzo.bugiani gaestudio@gmail.com" (note the space instead the plus), so I never receive password reset mail.

Comments (12)

  1. Simon-Pierre Gingras

    It seems that the "+" symbol is lost during the client -> server communication. We serialize the client object to JSON, and the JSON that is sent to the server is like "lorenzo.bugiani gaestudio@gmail.com".

    @christopherviel

  2. Simon-Pierre Gingras

    @christopherviel Any idea if/when you can deploy a new snapshot that includes your fix?

  3. Simon-Pierre Gingras

    @christopherviel Is there a new snapshot of GWTP since you merged the fix into master?

  4. Log in to comment