mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-24 10:31:20 +00:00
fix menu item for 2 factor auth
This commit is contained in:
parent
4dbec073cc
commit
a75d337912
|
@ -726,7 +726,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
|
||||
$menuitems['edit_notify'] = array('link'=>"../out/out.ManageNotify.php", 'label'=>'edit_existing_notify');
|
||||
|
||||
$menuitems['2_factor_auth'] = array('link'=>"../out/out.Setup2Factor.php", 'label'=>'edit_existing_notify');
|
||||
$menuitems['2_factor_auth'] = array('link'=>"../out/out.Setup2Factor.php", 'label'=>'2_factor_auth');
|
||||
|
||||
if ($this->params['enableusersview']){
|
||||
if ($accessobject->check_view_access('UsrView'))
|
||||
|
|
Loading…
Reference in New Issue
Block a user