Implements real FormsAuthentication for back office cookie authentication... finally :)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user