Skip to content

Commit e1c42c8

Browse files
committed
Bug 1200957 - when a non-admin edits a user the 2fa setting is incorrectly reported
1 parent 0f2dd8d commit e1c42c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/en/default/admin/users/userdata.html.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
Disabled
140140
[% END %]
141141
[% ELSE %]
142-
[% user.mfa ? "Enabled - " _ user.mfa : "Disabled" FILTER html %]
142+
[% otheruser.mfa ? "Enabled - " _ otheruser.mfa : "Disabled" FILTER html %]
143143
[% END %]
144144
</td>
145145
</tr>

0 commit comments

Comments
 (0)