void change_password(
$mPassword, [
$mUser = NULL], [
$mDomain = NULL])
|
|
bool change_password(string[[, string], string])
Change the password for the currently logged in user or a sub user
Tags:
Parameters:
string create_soap_key(
string
$mIpAddr)
|
|
string create_soap_key (string)
Generates a 512-bit SOAP key for use with invoking the Web Services in apnscp esprit. The key is a hexadecimal-encoded value traditionally split into groups of 8, or 96 bits per bunch, delimited by a '-'. When authenticating, this is the format preferred, but this function will instead return the 512-bit key gumped into one big string. At this time you are limited to just 10 keys.
Tags:
Parameters:
bool verify_authentication(
$mPassword)
|
|
bool verify_authentication (string)
Verifies password; not to be called by SOAP at all. Privileges prohibit such a call without a wrapper
Tags:
Parameters: