File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
template/en/default/account/prefs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5656 </iframe>
5757
5858 [% ELSIF user.mfa %]
59- [% IF user.mfa != 'Duo' && user.in_duo_required_group %]
59+ [% IF user.mfa != 'Duo' && user.in_duo_required_group && !user.in_duo_excluded_group %]
6060 <p class="mfa-warning-msg">
6161 You are in a group requiring Duo Security for two-factor authentication. You must
6262 first disabled your current two-factor authentication and then select Duo Security
7777 <input type="hidden" name="mfa_action" id="mfa-action" value="disable">
7878
7979 <div class="mfa-buttons">
80- [% IF user.mfa == 'Duo' && user.in_duo_required_group %]
80+ [% IF user.mfa == 'Duo' && user.in_duo_required_group && !user.in_duo_excluded_group %]
8181 <p class="mfa-warning-msg">
82- You are in a group requiring Duo Security for two-factor authentication and
82+ You are in a group requiring Duo Security for two-factor authentication and
8383 therefore it cannot be disabled. Talk to an admin on Slack (#bmo) if you need assistance.
8484 </p>
8585 [% ELSIF user.mfa != 'Duo' || (user.mfa == 'Duo' && !user.in_duo_required_group) %]
You can’t perform that action at this time.
0 commit comments