pem.setAccountAuthData
This method is supported by Operations starting from version 2.3.
Note: Starting from Operations version 2.4, the calling of this method is considered incorrect, if Operations is configured to gather account and account auth info from external system.
This method is used to change account member password.
Name |
Type |
Short Description |
---|---|---|
|
struct |
Account authentication info |
|
int |
The ID of Account's Staff Member |
|
string |
The login of Account's Staff Member |
|
string |
The password of Account's Staff Member to set |
|
boolean |
Checks the quality of the issued password |
member_id
and login
parameters are optional to each other. It means that one of them must be explicitly specified.
This method has no output parameters.