in dem ytemplate value.ycom_auth_otp_setup.tpl.php wird
$otp = rex_ycom_otp_password::getInstance();
$otp_options = $otp->getAuthOption();
aufgerufen und das gibt immer "all" zurück, weil return rex_config::get('ycom', 'otp_auth_option', self::OPTION_ALL);
nehme an das sollte return rex_config::get('ycom/auth', 'otp_auth_option', self::OPTION_ALL); sein...?
in dem ytemplate
value.ycom_auth_otp_setup.tpl.phpwirdaufgerufen und das gibt immer "all" zurück, weil
return rex_config::get('ycom', 'otp_auth_option', self::OPTION_ALL);nehme an das sollte
return rex_config::get('ycom/auth', 'otp_auth_option', self::OPTION_ALL);sein...?