There seems to be a bug in the sign up process if the following conditions are true:
-
user signs up with email verification
-
sign up process is not finished, e.g. verification code is not entered
-
user goes back later to finish sign up
-
user can’t sign up again with same email (which is correct) and continues with the log-in process
-
user enters email and password
-
instead of verifying the email address (which has not finished yet), user is asked to type in phone number → logic error in workflow
How can this be fixed, so that the user will get again a code send and can enter it to verify the email-address.
Best,
Martin