November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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?