Try our conversational search powered by Generative AI!

Authenticate users in CMS 5 and CMS 6

Vote:
 

In CMS 6 R2, we can authenticate users by:

IUser user;

SecurityHandler.Instance.AuthenticateUser(txtUsername.Text, txtPassword.Text, out user);

 

In CMS 5 and CMS 6, how do we do it?

#52505
Aug 01, 2011 9:13
Vote:
 

EPiServer uses the membership API. Take a look at this MSDN article: http://msdn.microsoft.com/en-us/library/ff648345.aspx (step 4).

Hope this helps.

Frederik

#52530
Aug 01, 2011 20:34
Vote:
 

Thank you!

#52531
Aug 02, 2011 1:44
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.