Hi, I am trying to validate that the users’ email is actually his. I have tried using the “Send an email to confirm the mail” option inside the “Sign the user up” step. But every time I check this checkbox the sign-up process breaks and every time a new user tries to sign up the following happens:
- The application times out and gives a “TEMPORARY_BUG” error
- The user is created
- The confirmation email is sent.
If you try to click on the confirmation link, the page is loaded, and then:
- The user’s field “password confirm” does not change
- An “ISSUE_CONF_EMAIL” error appears.
I have looked everywhere for a solution (forum, documentation, etc) and nothing seems to work.
Could you please help me???
Thanks!!