In this article I will explain how to approve new users created using CreateUserWizard with a confirmation email in ASP.NET.
Introduction
In this article first we will configure a CreateUserWizard control using SQLMembersipProvider. Then an SMTP mail setting is configured to send a confirmation email to new users registered using this CreateUserWizard control. A user is approved when he clicks the confirmation email sent to his given email address.
Refer More about :
http://www.c-sharpcorner.com/uploadfile/deepak.sharma00/how-to-approve-new-users-with-confirmation-email-using-creat/
Related posts
http://forums.asp.net/p/1205725/2110325.aspx
Introduction
In this article first we will configure a CreateUserWizard control using SQLMembersipProvider. Then an SMTP mail setting is configured to send a confirmation email to new users registered using this CreateUserWizard control. A user is approved when he clicks the confirmation email sent to his given email address.
Refer More about :
http://www.c-sharpcorner.com/uploadfile/deepak.sharma00/how-to-approve-new-users-with-confirmation-email-using-creat/
Related posts
http://forums.asp.net/p/1205725/2110325.aspx
Comments
Post a Comment