Skip to content

Commit

Permalink
Merge branch 'MDL-79398' of https://github.com/paulholden/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Sep 20, 2023
2 parents 9890e67 + f96caa3 commit ba0cb9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion admin/tool/mfa/lang/en/tool_mfa.php
Expand Up @@ -125,7 +125,6 @@
$string['settings:duration'] = 'Secret validity duration';
$string['settings:duration_help'] = 'The duration that generated secrets are valid.';
$string['settings:enabled'] = 'MFA plugin enabled';
$string['settings:enabled_help'] = '';
$string['settings:enablefactor'] = 'Enable factor';
$string['settings:enablefactor_help'] = 'Check this control to allow the factor to be used for MFA authentication.';
$string['settings:general'] = 'General MFA settings';
Expand Down
1 change: 0 additions & 1 deletion admin/tool/mfa/settings.php
Expand Up @@ -38,7 +38,6 @@
$settings->add(new admin_setting_heading('tool_mfa/settings', $heading, ''));

$name = new lang_string('settings:enabled', 'tool_mfa');
$description = new lang_string('settings:enabled_help', 'tool_mfa');
$settings->add(new admin_setting_configcheckbox('tool_mfa/enabled', $name, '', false));

$name = new lang_string('settings:lockout', 'tool_mfa');
Expand Down

0 comments on commit ba0cb9c

Please sign in to comment.