Viewing 1 replies (of 1 total)
  • You are correct that the plus “+” symbol is causing the error. We’ll definitely fix that in our next release. However, in the meantime, replace the plus symbol with “%2B” which is the URL-encoded version of the plus symbol. So for example, if you email is:

    sol+helloworld@mycoolsite.com

    Change that to:

    sol%2Bhelloworld@mycoolsite.com

    Let me know if that still doesn’t work for you.

Viewing 1 replies (of 1 total)
  • The topic ‘Login does not work with special characters?’ is closed to new replies.