If a user attempts to sign up using an email address that is already registered, “The user already exists.” error will occur and the signup will fail.
I want to exclude unverified email accounts (pending account) from duplicate checks.
If a signup uses an email address that matches an existing pending account, I want the new signup to be successful and the existing pending account to be deleted (or overwritten).
What are the possible solutions for this?