mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-07-15 08:58:10 +00:00
add out/out.Setup2Factor.php to menu
This commit is contained in:
parent
e68a7b82b3
commit
420586ea0a
|
@ -645,6 +645,8 @@ $(document).ready(function () {
|
|||
|
||||
echo "<li><a href=\"../out/out.ManageNotify.php\">".getMLText("edit_existing_notify")."</a></li>\n";
|
||||
|
||||
echo "<li><a href=\"../out/out.Setup2Factor.php\">".getMLText("2_factor_auth")."</a></li>\n";
|
||||
|
||||
if ($this->params['enableusersview']){
|
||||
echo "<li><a href=\"../out/out.UsrView.php\">".getMLText("users")."</a></li>\n";
|
||||
echo "<li><a href=\"../out/out.GroupView.php\">".getMLText("groups")."</a></li>\n";
|
||||
|
|
Loading…
Reference in New Issue
Block a user