YubikeyManagement.php
changeset 7 3db638306413
parent 6 c1b4f69c187e
child 8 be4a5f24bb29
equal deleted inserted replaced
6:c1b4f69c187e 7:3db638306413
   194                                       To claim a Yubikey, YMS requires users to enter a valid OTP, and optionally, an additional field you may configure below.',
   194                                       To claim a Yubikey, YMS requires users to enter a valid OTP, and optionally, an additional field you may configure below.',
   195         acp_field_claim_enable: 'Enable the claim system',
   195         acp_field_claim_enable: 'Enable the claim system',
   196         acp_field_claimauth_enable_title: 'Use external authentication when claiming Yubikeys:',
   196         acp_field_claimauth_enable_title: 'Use external authentication when claiming Yubikeys:',
   197         acp_field_claimauth_enable_hint: 'This allows you to require an additional value - for example, the receipt number from the user\'s Yubikey order - when Yubikeys are claimed.',
   197         acp_field_claimauth_enable_hint: 'This allows you to require an additional value - for example, the receipt number from the user\'s Yubikey order - when Yubikeys are claimed.',
   198         acp_field_claimauth_enable: 'Require additional field to claim a Yubikey',
   198         acp_field_claimauth_enable: 'Require additional field to claim a Yubikey',
       
   199         acp_field_claimauth_title: 'Name of the field:',
       
   200         acp_field_claimauth_title_hint: 'The label of the field the user sees when they are prompted. Example: "Receipt number"',
   199         acp_field_claimauth_url_title: 'URL to claim authentication server:',
   201         acp_field_claimauth_url_title: 'URL to claim authentication server:',
   200         acp_field_claimauth_url_hint: 'The following variables will be applied:
   202         acp_field_claimauth_url_hint: 'The following variables will be applied:
   201                                        <ul>
   203                                        <ul>
   202                                          <li>%c = The value the user entered in your custom field</li>
   204                                          <li>%c = The value the user entered in your custom field</li>
   203                                          <li>%o = The Yubikey OTP from the form</li>
   205                                          <li>%o = The Yubikey OTP from the form</li>