deleted users archiving
This commit is contained in:
parent
45462971d2
commit
26a050a3e5
78 changed files with 13755 additions and 9774 deletions
|
@ -99,6 +99,12 @@ namespace WebsitePanel.Server
|
|||
return Organization.CreateUser(organizationId, loginName, displayName, upn, password, enabled);
|
||||
}
|
||||
|
||||
[WebMethod, SoapHeader("settings")]
|
||||
public void DisableUser(string loginName, string organizationId)
|
||||
{
|
||||
Organization.DisableUser(loginName, organizationId);
|
||||
}
|
||||
|
||||
[WebMethod, SoapHeader("settings")]
|
||||
public void DeleteUser(string loginName, string organizationId)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue