Skip to content

Commit

Permalink
Fixed issue: Wrong caption for function that prompts to set up 2FA af…
Browse files Browse the repository at this point in the history
…ter login
  • Loading branch information
c-schmitz committed Mar 21, 2024
1 parent 570b810 commit fb9c151
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -67,13 +67,13 @@ class TwoFactorAdminLogin extends AuthPluginBase
),
'force2fa' => array(
'type' => 'select',
'label' => 'Force 2FA on login',
'label' => 'Prompt to activate 2FA on login',
'default' => '0',
'options' => [
'0 ' => 'No',
'1' => 'Yes',
],
'help' => 'If this is active any user will be forced to create a 2FA key after first login'
'help' => 'Upon login, users who have not enabled two-factor authentication (2FA) will be prompted to set it up.'
),
);

Expand Down

0 comments on commit fb9c151

Please sign in to comment.