'reset_password_help'=>'Use <b>Reset password</b> to force a password reset (this will set a temporary password) before sending a password reset email to the user so he can set a new password. Any previous request will be revoked.',
'reset_password_title'=>'Reset the user\'s password',
'help'=>'Sensitive data, the 2FA secrets and emails, are stored encrypted in database. Be sure to backup the APP_KEY value of your .env file (or the whole file) as it serves as key encryption. There is no way to decypher encrypted data without this key.',
],
'restrict_registration'=>[
'label'=>'Restrict registration',
'help'=>'Make registration only available to a limited range of email addresses. Both rules can be used simultaneously. This has no effect on registration via SSO.',
],
'restrict_list'=>[
'label'=>'Filtering list',
'help'=>'Emails in this list will be allowed to register. Separate addresses with a pipe ("|")',
],
'restrict_rule'=>[
'label'=>'Filtering rule',
'help'=>'Emails matching this regular expression will be allowed to register',
],
'disable_registration'=>[
'label'=>'Disable registration',
'help'=>'Prevent new user registration. Unless overridden (see below), this affects SSO as well, so new users won\'t be able to sign in via SSO',
],
'enable_sso'=>[
'label'=>'Enable Single Sign-On (SSO)',
'help'=>'Allow visitors to authenticate using an external ID via the Single Sign-On scheme',
],
'keep_sso_registration_enabled'=>[
'label'=>'Keep SSO registration enabled',
'help'=>'Allow new users to sign in for the first time via SSO whereas registration is disabled',
],
'is_admin'=>[
'label'=>'Is administrator',
'help'=>'Give administrator rights to the user. Administrators have permissions to manage the whole app, i.e. settings and other users, but cannot generate password for a 2FA they don\'t own.'
],
'test_email'=>[
'label'=>'Email configuration test',
'help'=>'Send a test email to control your instance\'s email configuration. It is important to have a working configuration, otherwise users will not be able to request a reset password.',
'email_will_be_send_to_x'=>'The email will be send to <span class="is-family-code has-text-info">:email</span>',