summaryrefslogtreecommitdiffstats
path: root/templates/admin
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2020-08-20 03:53:49 +0200
committerGitHub <noreply@github.com>2020-08-20 09:53:49 +0800
commitdcb543ac2a9cccc16dd161c820a4a002e8a83e82 (patch)
tree73673cdcaf43e4c10238740843ae16d592573014 /templates/admin
parenta5440fcb1ef7af8b1b3a828e30dc6af60f0744b2 (diff)
downloadgitea-dcb543ac2a9cccc16dd161c820a4a002e8a83e82.tar.gz
gitea-dcb543ac2a9cccc16dd161c820a4a002e8a83e82.zip
Show 2FA info on Admin Pannel: Users List (#12515)
Diffstat (limited to 'templates/admin')
-rw-r--r--templates/admin/user/list.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/admin/user/list.tmpl b/templates/admin/user/list.tmpl
index 3442d04195..d6dd7d5c03 100644
--- a/templates/admin/user/list.tmpl
+++ b/templates/admin/user/list.tmpl
@@ -25,6 +25,7 @@
<th>{{.i18n.Tr "admin.users.activated"}}</th>
<th>{{.i18n.Tr "admin.users.admin"}}</th>
<th>{{.i18n.Tr "admin.users.restricted"}}</th>
+ <th>{{.i18n.Tr "admin.users.2fa"}}</th>
<th>{{.i18n.Tr "admin.users.repos"}}</th>
<th>{{.i18n.Tr "admin.users.created"}}</th>
<th data-sortt-asc="recentupdate" data-sortt-desc="leastupdate">
@@ -43,6 +44,7 @@
<td><i class="fa fa{{if .IsActive}}-check{{end}}-square-o"></i></td>
<td><i class="fa fa{{if .IsAdmin}}-check{{end}}-square-o"></i></td>
<td><i class="fa fa{{if .IsRestricted}}-check{{end}}-square-o"></i></td>
+ <td><i class="fa fa{{if index $.UsersTwoFaStatus .ID}}-check{{end}}-square-o"></i></td>
<td>{{.NumRepos}}</td>
<td><span title="{{.CreatedUnix.FormatLong}}">{{.CreatedUnix.FormatShort}}</span></td>
{{if .LastLoginUnix}}