Hi there,
I have the problem that if a the checkout (for any reason) is not finished the user will be signed in but with the satus is “not_activated”. That means he has an account but cannot log in because he didnt pay. But now because he has an account it is not possible for him to sign up a second time and go through checkout because there is an error which says “email already in use”.
I did stripe subscription so it is possible for users to cancel their subscription. But I still want them to sign up again in the future. But if they already have an account it is not possible with the same email adress.
So what should I do: Should I make a workflow that delets users if their status is “not_activated” or “cancelled”? Or is there a setting which allows users to sign up twice with the same email adresse?
Thanks for any help!