Implements real FormsAuthentication for back office cookie authentication... finally :)

This commit is contained in:
Shannon
2013-07-31 17:08:56 +10:00
parent b9cb3de167
commit 6f464567bb
23 changed files with 818 additions and 533 deletions

View File

@@ -32,7 +32,7 @@ namespace Umbraco.Web.WebServices
/// <returns></returns>
protected bool ValidateUserContextId(string currentUmbracoUserContextId)
{
return UmbracoContext.Security.ValidateUserContextId(currentUmbracoUserContextId);
return UmbracoContext.Security.ValidateCurrentUser();
}
/// <summary>