Initial impliementation of #739

This commit is contained in:
Jamie.Rees 2017-01-17 08:59:04 +00:00
parent 88c0651b1e
commit 973688393f
18 changed files with 624 additions and 21 deletions

View file

@ -115,7 +115,7 @@ namespace Ombi.UI.Modules
var username = Security.GetUsername(User.UserName, Session);
if (string.IsNullOrEmpty(username))
{
return Session[SessionKeys.UsernameKey].ToString();
return "Unknown User";
}
_username = username;
}