#"Identity with email already exists" cant resignup customer after deleting customer from admin panel
7 messages · Page 1 of 1 (latest)
"Identity with email already exists" cant resignup customer after deleting customer from admin panel
Maybe this is intentional to prevent previously deleted users from signing up?
I tried soft deleting the two references to the customer from both auth and provider identity and get a different error:
Provider identity with entity_id: [email protected], provider: emailpass, already exists.
Any idea how to delete and recreate customer with same email?
I changed email value for my soft deleted customer as suggested in (customer and provider_identity table) from email to deleted_email_timestamp and worked. https://discord.com/channels/876835651130097704/1191635489850146816
can you please the code.