Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
41 Points
25 Posts
Mar 01, 2012 08:13 PM|LINK
token = SPFormsUserNameSecurityTokenHandler.CreateSecurityToken(authProvider.MembershipProvider, authProvider.RoleProvider, username, password);
so creating the token this way fixed it
Trouble88
Member
41 Points
25 Posts
Re: creating security token updates all user in membership table?
Mar 01, 2012 08:13 PM|LINK
so creating the token this way fixed it