Previous Topic

Next Topic

Book Contents

Book Index

GetLoginSettings_API

 

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.

In This Section

Example

See Also

API Methods

AccountAdd_API

AccountBalanceAdjust_API

AccountBalanceUpdate_API

AccountBalanceUpdateTimeUpdate_API

AccountDetailsGet_API

AccountPutOnAdmHold_API

AccountTakeFromAdmHold_API

AccountUpdate_API

AccountWithIDAdd_API

AccountVerifyData_API

AddBulkRegisterDomainSubscrWithID_API

AddCentralNICDomainSubscrWithID_API

AddOpenSRSDomainSubscrWithID_API

AddPEMSubscription_API

AddPEMSubscriptionWithID_API

AddPEMDomainForSubscription_API

AttrTypeListGet_API

BannerRedirectURLGet_API

CountryListGet_API

CreditCard2AccountAdd_API

CreateAccountAndPlaceOrder_API

DomainExpirationDateGet_API

DomainInfoGet_API

DomainNamesAvailability_API

DomainPlanGet_API

DomainPlanListAvailableGet_API

DomainPlanPeriodListGet_API

DomainSubscrAdd_API

DomainSubscrWithIDAdd_API

DomainTransferKeyIsRequired_API

DomainValidate_API

EulaListForOrderGet_API

EnablingResourceByPlanListGet_API

GetAuthCodeByDomainName_API

GetBasketPrices_API

GetDependanceCategories_API

GetFullDomainZoneList_API

GetHostingSubscriptionList_API

GetMaxSupportedTransferPlanPeriodDetails_API

GetSharedHostingSubscriptionList_API

GetSubscriptionsListByOrder_API

GetObjAttrList_API

GetOnlineStoresRewriteRules_API

GetOrder_API

LicenseInstallationCompleted_API

NameServersChanged_API

OrderByStatusListGet_API

OrderPaymentsReceived_API

PayToolListForAccountGet_API

PayToolTypeListForAccountGet_API

PlaceAccountCancellationOrder_API

PlaceOrderAndAuthorize_API

PlaceOrderForAccount_API

PlacePlanPeriodSwitchOrder_API

PlaceResourceUpgradeOrder_API

PlaceSubscriptionCancellationOrder_API

PlanCategoryDetailsGet_API

PlanCategoryListGet_API

PlanDetailsGet_API

PlanListGet_API

PlanListAvailableGet_API

PlanListAvailableUpsaleGet_API

PlanListUpsaleGet_API

PlanListUpsaleGetForSubscription_API

PlanListAvailableUpsales4SalesCategoryGet_API

PlanListAvailable4SalesCategoryGet_API

PlanParamsGetAndValidate_API

PlanParentPlansAvailableListGet_API

PlanPeriodListGet_API

PlanPeriodDetailsGet_API

PlanRateListGet_API

PlanRateListGetForPeriod_API

PlanRateListFullGet_API

PlanResourceListGet_API

ResourceCategoryDetailsGet_API

ResourceCategoryByPlanListGet_API

ResourceDependenceSet_API

ResourceFromTemplateRemove_API

ResourceListByCategoryGet_API

ResourceRemove_API

ResourceSync_API

SalesCategoryListGet_API

SalesCategoryDetailsGet_API

ServiceTemplateRemove_API

SetDefaultPaymentMethod_API

SingleDomainNameAvailability_API

SimpleDomainNamesAvailability_API

StateBookByCountry_API

StoreApplicationToPlanIDMapListGet_API

StoreOperationToPathMapListGet_API

StoreCategoryParentPlansAvailableListGet_API

StoreLayoutsListGet_API

StorePackageListGet_API

SubscriptionAdd_API

SubscriptionDetailsGet_API

SubscriptionListByResourceRateGet_API

SubscriptionResourcesListGet_API

SubscriptionStart_API

SubscriptionStatusUpdate_API

SubscriptionStop_API

SubscriptionWithIDAdd_API

UniqueGroupDetailsGet_API

UpdateObjAttrList_API

UserAdd_API

UserForVendorValidate_API

UserPasswdUpdate_API

UserRemove_API

UserRoleAdd_API

UserStatusChange_API

UserUpdate_API

UserValidate_API

UserWithIDAdd_API

UserWithIDAddWithRole_API

Please send us your feedback on this help page