add link to SetupWebauthn to menu

This commit is contained in:
Uwe Steinmann 2023-05-06 07:11:18 +02:00
parent 5e8925ad80
commit 7e0ee3b4de

View File

@ -1004,7 +1004,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
$menuitems['2_factor_auth'] = array('link'=>$this->params['settings']->_httpRoot."out/out.Setup2Factor.php", 'label'=>getMLText('2_factor_auth'));
$menuitems['webauthn_auth'] = array('link'=>"../out/out.SetupWebauthn.php", 'label'=>'webauthn_auth');
$menuitems['webauthn_auth'] = array('link'=>"../out/out.SetupWebauthn.php", 'label'=>getMLText('webauthn_auth'));
if ($this->params['enableusersview']){
if ($accessobject->check_view_access('UsrView'))