public function MoAuthLoginSettings::getPasswordMinLength in Google Authenticator / 2 Factor Authentication - 2FA 7
Return value
|null
File
- classes/LoginSettings.php, line 109 
Class
Code
public function getPasswordMinLength() {
  return $this->passwordMinLength;
}