Email verification
-
Hi, Just want to ask a little tutorial on how I will goin to verify the email address of a user indicated in my registration form. Let say if he/she put an email address then once submitted, a verification email will sent to the email address she/he inputted. Registration will be successful once he/she made a verification using the email she/he indicated. Thanks in advance.
-
Hi, Just want to ask a little tutorial on how I will goin to verify the email address of a user indicated in my registration form. Let say if he/she put an email address then once submitted, a verification email will sent to the email address she/he inputted. Registration will be successful once he/she made a verification using the email she/he indicated. Thanks in advance.
u need to define a flag (boolean) variable, let's call "Verified" in the users table and give it the value of 0 if the user isn't verified and 1 if he/she is verified in ur form u send the Verified value = 0 and then u send the email to the user, the email should include a link to activate the accoun, u can send something in the query string to activate the account if u have other questions or u need some code snippests don't hesitate to ask again ;) ok man?
Best Regards 3ala2 :)
-
u need to define a flag (boolean) variable, let's call "Verified" in the users table and give it the value of 0 if the user isn't verified and 1 if he/she is verified in ur form u send the Verified value = 0 and then u send the email to the user, the email should include a link to activate the accoun, u can send something in the query string to activate the account if u have other questions or u need some code snippests don't hesitate to ask again ;) ok man?
Best Regards 3ala2 :)
-
hi.. thank you so much for your reply. Yes,I think it will be best if you can share a code sample on this for my reference. Thanks in advance again