File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
template/en/default/account/prefs Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -319,6 +319,11 @@ input[disabled] {
319319 cursor : help;
320320}
321321
322+ .mfa-api-blurb ,
323+ .mfa-disable-blurb {
324+ width : 70% ;
325+ }
326+
322327.flex {
323328 display : flex;
324329 flex-flow : row;
Original file line number Diff line number Diff line change 7373 [% END %]
7474 </p>
7575
76+ [% IF user.mfa && user.in_group("mozilla-employee-confidential") %]
77+ <p class="mfa-disable-blurb">
78+ You will need to disable your two-factor authentication in order to change to a different method.
79+ There will be a small amount of time when your account will not be as secure, so you may use the
80+ <a href="userprefs.cgi?tab=sessions">sessions</a> page to log out all other sessions other
81+ than the current one after setting up the new method.
82+ </p>
83+ [% END %]
84+
7685 <div id="mfa-recovery-container" style="display:none">
7786 <p>
7887 Your current password and verification code is required to generate
You can’t perform that action at this time.
0 commit comments