I am working on a project where I need to design the logic for the Verified user. This means that the user (based on negative feedback) cannot delete his account and start a new account under a different email identifier.
Currently, to create an account, the user enters:
desired userID, email address (yahoo, gmail etc), Address, City, State, Zip, Phone
How can I guarantee that the user closes his account and launches a new account so that the application can track this?
One option is to send a secure code to the user's mobile phone;
source share