From e1c42c8fcdf74f5a810aae1384808b635cdc51a4 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 2 Sep 2015 14:00:07 +0800 Subject: Bug 1200957 - when a non-admin edits a user the 2fa setting is incorrectly reported --- template/en/default/admin/users/userdata.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/admin/users/userdata.html.tmpl b/template/en/default/admin/users/userdata.html.tmpl index c24074df9..72fe4349c 100644 --- a/template/en/default/admin/users/userdata.html.tmpl +++ b/template/en/default/admin/users/userdata.html.tmpl @@ -139,7 +139,7 @@ Disabled [% END %] [% ELSE %] - [% user.mfa ? "Enabled - " _ user.mfa : "Disabled" FILTER html %] + [% otheruser.mfa ? "Enabled - " _ otheruser.mfa : "Disabled" FILTER html %] [% END %] -- cgit v1.2.3-24-g4f1b