bugs fix
This commit is contained in:
parent
599e9a8865
commit
84f9f63407
44 changed files with 560 additions and 92 deletions
|
@ -267,5 +267,11 @@ namespace WebsitePanel.Server
|
|||
{
|
||||
Organization.ApplyPasswordSettings(organizationId, passwordSettings);
|
||||
}
|
||||
|
||||
[WebMethod, SoapHeader("settings")]
|
||||
public bool CheckPhoneNumberIsInUse(string phoneNumber, string userSamAccountName = null)
|
||||
{
|
||||
return Organization.CheckPhoneNumberIsInUse(phoneNumber, userSamAccountName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue