Removing legacy service

This commit is contained in:
elitsa
2019-08-14 14:03:32 +02:00
parent 249126a2b5
commit ee2068de56

View File

@@ -36,19 +36,7 @@ namespace umbraco.presentation.webservices
public class legacyAjaxCalls : UmbracoAuthorizedWebService
{
private User _currentUser;
[WebMethod]
public bool ValidateUser(string username, string password)
{
if (ValidateCredentials(username, password))
{
var u = new BusinessLogic.User(username);
BasePage.doLogin(u);
return true;
}
return false;
}
/// <summary>
/// method to accept a string value for the node id. Used for tree's such as python
/// and xslt since the file names are the node IDs