When you delete a user, the user is not actually deleted from our database because we need to keep a history of everything done or associated with that user. So the email of the deleted user is still present in our historical data and since the email is a key we use to identify a user, it can’t be reused.
Why can't I reuse an email of a deleted user?
Rui Figueiredo -
0 Comments