Added change user principalName
Added button to change user password Changes EmailAddresses, user principal name disabled
This commit is contained in:
parent
8a4159a0ff
commit
4c75df5a73
21 changed files with 850 additions and 153 deletions
|
@ -36,6 +36,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
{
|
||||
string emailAddress;
|
||||
bool isPrimary;
|
||||
bool iSuserPrincipalName;
|
||||
|
||||
public string EmailAddress
|
||||
{
|
||||
|
@ -48,5 +49,12 @@ namespace WebsitePanel.EnterpriseServer
|
|||
get { return this.isPrimary; }
|
||||
set { this.isPrimary = value; }
|
||||
}
|
||||
|
||||
public bool IsUserPrincipalName
|
||||
{
|
||||
get { return iSuserPrincipalName; }
|
||||
set { iSuserPrincipalName = value; }
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue