public function MoAuthLoginSettings::getEnableOTPinsteadPassword in Google Authenticator / 2 Factor Authentication - 2FA 7
File
- classes/
LoginSettings.php, line 74
Class
Code
public function getEnableOTPinsteadPassword() {
return $this->enableOTP_instead_password;
}