Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
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
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?