You are here

private function MoAuthLoginSettings::setEnableOTPinsteadPassword in Google Authenticator / 2 Factor Authentication - 2FA 7

File

classes/LoginSettings.php, line 78

Class

MoAuthLoginSettings

Code

private function setEnableOTPinsteadPassword($enableOTP_instead_password) {
  $this->enableOTP_instead_password = $enableOTP_instead_password;
}