...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxChangePassword(userId |
...
: GENERIC;
newPassword : STRING)
status : INTEGER;
|
The xpxChangePassword function changes the password for the specified user.
The argument <userId>
Arguments
...
Type | Name | Comment |
GENERIC | userId | specifies an address of the variable that holds the numeric instanceID that uniquely identifies the EDMuser instance in the |
...
EDMdatabase that defines the EDMuser of the caller, i.e. the EDMuser the caller is logged on the |
...
EDMserver as. |
...
STRING | newPassword | specifies the new password for the EDMuser specified by the <userId> argument. Initially an EDMuser is created without any password. A password can also be changed by the xpxDefinePassword function. |
...
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|