Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/25/10 04:32:20 (14 years ago)
Author:
swagner
Message:

Worked on OKB user authentication (#1167)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.OKB/3.3/RunnerService.cs

    r4298 r4313  
    306306    ///   <c>true</c> if the login was successful; <c>false</c> otherwise.
    307307    /// </returns>
    308     public bool Login(string username, string clientname) {
     308    public bool Login(string clientname) {
     309      string username = ServiceSecurityContext.Current.PrimaryIdentity.Name;
     310
    309311      Log("Authenticating {0}@{1}", username, clientname);
    310312      if (string.IsNullOrEmpty(username) ||
Note: See TracChangeset for help on using the changeset viewer.