You are here

public function MoAuthLoginSettings::getEnablePasswordChecks in Google Authenticator / 2 Factor Authentication - 2FA 7

Return value

|null

File

classes/LoginSettings.php, line 85

Class

MoAuthLoginSettings

Code

public function getEnablePasswordChecks() {
  return $this->enablePasswordChecks;
}