-
Notifications
You must be signed in to change notification settings - Fork 36
otp_auth_option #535
Copy link
Copy link
Open
Description
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...?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels