mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-05-10 14:54:21 +00:00
remove webauthn
This commit is contained in:
parent
f89ee1f82a
commit
ea6f6f9ad0
|
|
@ -1004,8 +1004,6 @@ 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'=>getMLText('webauthn_auth'));
|
||||
|
||||
if ($this->params['enableusersview']){
|
||||
if ($accessobject->check_view_access('UsrView'))
|
||||
$menuitems['users'] = array('link'=>$this->params['settings']->_httpRoot."out/out.UsrView.php", 'label'=>getMLText('users'));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user