84 $this->scopeConfig = $scopeConfig;
85 $this->scope = $scope;
95 return $this->scopeConfig->getValue(
96 self::XML_PATH_EMAIL_RECIPIENT,
97 StoreScopeInterface::SCOPE_STORE
118 return $this->scopeConfig->isSetFlag(
119 self::XML_PATH_ADMIN_ACCOUNT_SHARING,
120 StoreScopeInterface::SCOPE_STORE
131 return (
int) $this->scopeConfig->getValue(\
Magento\Backend\Model\Auth\Session::XML_PATH_SESSION_LIFETIME);
154 return (
int) $this->scopeConfig->getValue(
156 StoreScopeInterface::SCOPE_STORE
168 return (
int) $this->scopeConfig->getValue(
169 $this->
getXmlPathPrefix() . self::XML_PATH_MAX_NUMBER_PASSWORD_RESET_REQUESTS,
170 StoreScopeInterface::SCOPE_STORE
182 $timeInMin = $this->scopeConfig->getValue(
183 $this->
getXmlPathPrefix() . self::XML_PATH_MIN_TIME_BETWEEN_PASSWORD_RESET_REQUESTS,
184 StoreScopeInterface::SCOPE_STORE
186 return $timeInMin * 60;
const XML_PATH_FRONTEND_AREA
isAdminAccountSharingEnabled()
getMaxNumberPasswordResetRequests()
__construct(ScopeConfigInterface $scopeConfig, ScopeInterface $scope)
getAdminSessionLifetime()
const XML_PATH_ADMIN_AREA
const XML_PATH_FRONTED_AREA
const XML_PATH_PASSWORD_RESET_PROTECTION_TYPE
getMinTimeBetweenPasswordResetRequests()
getCustomerServiceEmail()
const XML_PATH_EMAIL_RECIPIENT
getLimitationTimePeriod()
getPasswordResetProtectionType()
const XML_PATH_ADMIN_ACCOUNT_SHARING
const XML_PATH_MAX_NUMBER_PASSWORD_RESET_REQUESTS
const XML_PATH_MIN_TIME_BETWEEN_PASSWORD_RESET_REQUESTS
const LIMITATION_TIME_PERIOD