#"Identity with email already exists" cant resignup customer after deleting customer from admin panel

7 messages · Page 1 of 1 (latest)

runic yarrow
#

Hi im testing user created events and after deleting an account I cannot resign up, the api responds with "Identity with email already exists".
Customer is soft deleted from customer table, but no soft delete occurs for auth_indentity or provider_identity

#

"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.

pulsar wing
#

Any idea how to delete and recreate customer with same email?

pulsar wing