approve user umbraco membership system
问题 hi i am working on Umbraco(6.1.2) membership system ive made login ,registration, and authentication page after registeration user is redirected to authentication page with token_id now i want to set this user approved for this purpose i write the following code but there is some error check it string uname = Request.QueryString["a"]; string uguid = Request.QueryString["b"]; MembershipUser thisUser = Membership.GetUser(uname); if (thisUser != null) { if (!thisUser.IsApproved) { MemberProfile