We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2714e20 commit 0c19266Copy full SHA for 0c19266
web/templates/admin/edit_user.html
@@ -11,6 +11,7 @@
11
<? if (($_SESSION['user'] == $v_username) || (isset($_SESSION['look']))) {?>
12
<!-- Do not show delete button for currently logged in user-->
13
<?} else {?>
14
+ <a href="/login/?loginas=<?=$v_username?>&token=<?=$_SESSION['token']?>" id="btn-create" class="ui-button cancel" title="<?=_('login as')?>"><i class="fas fa-sign-in-alt status-icon maroon"></i><?=_('login as')?></a>
15
<div class="actions-panel display-inline-block" key-action="js">
16
<a class="data-controls do_delete ui-button danger cancel">
17
<i class="do_delete fas fa-times-circle status-icon red"></i>
0 commit comments