Hide 2FA status from other members in organization members list (#22999)

This is rather private information that should not be given to all
members in the same organization. Only show it to organization owners.
This commit is contained in:
Brecht Van Lommel 2023-02-21 00:16:29 +01:00 committed by GitHub
parent d845be661f
commit a82b9016c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@
</div>
</div>
<div class="ui two wide column center">
{{if $.IsOrganizationOwner}}
<div class="meta">
{{$.locale.Tr "admin.users.2fa"}}
</div>
@ -51,6 +52,7 @@
{{end}}
</strong>
</div>
{{end}}
</div>
{{end}}
<div class="ui three wide column">