add out/out.Setup2Factor.php to menu

This commit is contained in:
Uwe Steinmann 2016-07-12 17:43:51 +02:00
parent e68a7b82b3
commit 420586ea0a

View File

@ -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";