简体   繁体   中英

c# ASP.Net Membership WebForm Email Verification

I'm learning how to use the ASP.net membership and i would like the user to first verify his email by having an email sent to him before his account is enabled allowing him to login.

There is a tutorial here http://www.4guysfromrolla.com/articles/062508-1.aspx

However i'm finding it hard to follow, could someone pls explain how i can do this and if possible link to a C# tutorial. It's odd there isent many tutorials on c# ASP.net working wiht Membership WebForm in terms of this and creating profile pages ect, the usual things you would see on a normal website.

Its because you are reading the article from 11. please read all the 18 articles.

ASP.NET has some tutorials on Membership under the section Security here http://www.asp.net/web-forms/tutorials/security

Also if you are inclined to watching video tutorials, try these. Here is a sample video http://www.asp.net/web-forms/videos/how-do-i/how-do-i-set-up-the-sql-membership-provider

In this video, Joe Stagner extends the registration process in an ASP.NET application by adding an email verification step.

Implement the Registration Verification Pattern

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM