Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Resetpassword.php
Go to the documentation of this file.
1 <?php
7 
9 
17 {
23  public function isAutocompleteDisabled()
24  {
25  return (bool)!$this->_scopeConfig->getValue(
28  );
29  }
30 
37  public function getMinimumPasswordLength()
38  {
39  return $this->_scopeConfig->getValue(AccountManagement::XML_PATH_MINIMUM_PASSWORD_LENGTH);
40  }
41 
49  {
50  return $this->_scopeConfig->getValue(AccountManagement::XML_PATH_REQUIRED_CHARACTER_CLASSES_NUMBER);
51  }
52 }
const XML_PATH_ENABLE_AUTOCOMPLETE
Definition: Form.php:19