summaryrefslogtreecommitdiffstats
path: root/modules-available/session/templates/change-password.html
diff options
context:
space:
mode:
authorSimon Rettberg2023-11-20 15:00:34 +0100
committerSimon Rettberg2023-11-20 15:00:34 +0100
commit9da6f0513a1862a0c8550944c0dce6a57fc44a8a (patch)
treea16383475ac08e17d9341173cc48ce582e1a2842 /modules-available/session/templates/change-password.html
parent[vmstore] Fix invalid array access (diff)
downloadslx-admin-9da6f0513a1862a0c8550944c0dce6a57fc44a8a.tar.gz
slx-admin-9da6f0513a1862a0c8550944c0dce6a57fc44a8a.tar.xz
slx-admin-9da6f0513a1862a0c8550944c0dce6a57fc44a8a.zip
[session] Show username in session table, link to editor
Diffstat (limited to 'modules-available/session/templates/change-password.html')
-rw-r--r--modules-available/session/templates/change-password.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/modules-available/session/templates/change-password.html b/modules-available/session/templates/change-password.html
index fa61fd77..9f19c695 100644
--- a/modules-available/session/templates/change-password.html
+++ b/modules-available/session/templates/change-password.html
@@ -18,7 +18,7 @@
<table class="table">
<thead>
<tr>
- <th>{{lang_uid}}</th>
+ <th>{{lang_user}}</th>
<th>{{lang_expires}}</th>
<th>{{lang_lastAddress}}</th>
<th class="slx-smallcol">{{lang_fixedIpSession}}</th>
@@ -27,7 +27,15 @@
<tbody>
{{#sessions}}
<tr>
- <td>{{userid}}</td>
+ <td>
+ {{#link}}
+ <a href="?do=adduser&amp;show=edituser&amp;userid={{userid}}">
+ {{/link}}
+ {{login}}
+ {{#link}}
+ </a>
+ {{/link}}
+ </td>
<td>{{dateline_s}}</td>
<td>{{lastip}}</td>
<td class="text-nowrap">