webdav portal fixes
This commit is contained in:
parent
84f9f63407
commit
e97f71d30e
3 changed files with 5 additions and 6 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue