|
Parameters |
|
Description |
Passed |
Returned |
Method returns login and password settings of specified vendor. Login and password settings are configured under the Configuration Director > Security Manager > Login Settings submenu of the Navigation tree. |
1 |
14 |
Syntax
ItemResult BM::GetLoginSettings_API(
Int AccountID.
)
returns
Int LoginMinLength - signifies the minimal length of the login (symbols);
Int LoginMaxLength - signifies the maximal length of the login (symbols);
Int LoginNumbersAllowed - signifies whether digits are allowed in login: "0" - digits are not allowed, "1" - digits are allowed;
Int LoginSpecialCharAllowed - signifies whether special characters are allowed in login: "0" - special characters are not allowed, "1" - special characters are allowed;
Int LoginAlert - error message displayed to customer when incorrect login is submitted;
Str ManualLoginMask - the mask used to specify not allowed characters in login;
Int PwdMinLength - signifies the minimal length of the password (symbols);
Int PwdMaxLength - signifies the maximal length of the password (symbols);
Int PwdNumbersAllowed - signifies whether digits are allowed in password: "0" - digits are not allowed, "1" - digits are allowed;
Int PwdSpecialCharAllowed - signifies whether special characters are allowed in password: "0" - special characters are not allowed, "1" - special characters are allowed;
Int PwdComplexRequired - signifies whether the password should be complex - contains number or special characters or both: "0" - password can be simple, "1" - password should be complex;
Int PwdAllowContainLogin - signifies whether password is allowed to contain login: "0" - not allowed, "1" - allowed;
Str PwdAlert - error message displayed to customer when incorrect password is submitted
Str ManualPwdMask - the mask used to specify not allowed characters in password.
Special Notes
Int AccountID - vendor account ID.