webdav portal fixes

This commit is contained in:
vfedosevich 2015-04-15 06:54:26 -07:00
parent 84f9f63407
commit e97f71d30e
3 changed files with 5 additions and 6 deletions

View file

@ -40,6 +40,7 @@ namespace WebsitePanel.WebDav.Core.Security.Authentication
principal.ItemId = exchangeAccount.ItemId;
principal.OrganizationId = organization.OrganizationId;
principal.DisplayName = exchangeAccount.DisplayName;
principal.AccountName = exchangeAccount.AccountName;
principal.EncryptedPassword = _cryptography.Encrypt(password);
if (HttpContext.Current != null)

View file

@ -14,6 +14,7 @@ namespace WebsitePanel.WebDav.Core.Security.Authentication.Principals
public string Login { get; set; }
public string DisplayName { get; set; }
public string AccountName { get; set; }
public string UserName
{