|
This is a very simple method, may have some flaws, feel free to ask them-
After filling up the validated form for registration, link with some randomly generated characters(alphanumeric or special characters, decide your combination) could be sent to the user in email at email address specified.
That randomly generated combination of characters are to be stored in the database for that User.
If the link is being clicked which is passed in the email, and the character combination sent in that URL is same with database for that User then make that user active, by updating User table and 'user_active' column as 'Yes'.
|