Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1649


Ignore:
Timestamp:
04/24/09 12:09:27 (15 years ago)
Author:
mbecirov
Message:

#528:...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Core/3.2/ServerConsoleFacade.cs

    r1648 r1649  
    4545    public Response Login(string username, string password) {
    4646      Response resp = new Response();
     47      /*
    4748      sessionID = permManager.Authenticate(username, password);
    4849      if (sessionID == Guid.Empty)
    4950        resp.Success = false;
    5051      else {
     52       
    5153        resp.Success = true;
    5254        resp.StatusMessage =
    5355          ApplicationConstants.RESPONSE_SERVERCONSOLE_LOGIN_SUCCESS;
    5456      }
     57       */
     58      resp.Success = true;
     59      resp.StatusMessage =
     60        ApplicationConstants.RESPONSE_SERVERCONSOLE_LOGIN_SUCCESS;
    5561      return resp;
    5662    }
Note: See TracChangeset for help on using the changeset viewer.