mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-12-06 06:14:10 +00:00
add link to SetupWebauthn to menu
This commit is contained in:
parent
8768f4232c
commit
aaec4a8428
|
|
@ -906,7 +906,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
|
||||
$menuitems['2_factor_auth'] = array('link'=>"../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'))
|
||||
|
|
|
|||
|
|
@ -823,7 +823,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
|
||||
$menuitems['2_factor_auth'] = array('link'=>"../out/out.Setup2Factor.php", 'label'=>getMLText('2_factor_auth'));
|
||||
|
||||
$menuitems['webauthn'] = array('link'=>"../out/out.SetupWebauthn.php", 'label'=>getMLText('webauthn'));
|
||||
$menuitems['webauthn_auth'] = array('link'=>"../out/out.SetupWebauthn.php", 'label'=>getMLText('webauthn_auth'));
|
||||
|
||||
if ($this->params['enableusersview']){
|
||||
if ($accessobject->check_view_access('UsrView'))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user