3 { |
3 { |
4 "Plugin Name" : "Yubikey authentication", |
4 "Plugin Name" : "Yubikey authentication", |
5 "Plugin URI" : "http://enanocms.org/plugin/yubikey", |
5 "Plugin URI" : "http://enanocms.org/plugin/yubikey", |
6 "Description" : "Allows authentication to Enano via Yubico's Yubikey, a one-time password device.", |
6 "Description" : "Allows authentication to Enano via Yubico's Yubikey, a one-time password device.", |
7 "Author" : "Dan Fuhry", |
7 "Author" : "Dan Fuhry", |
8 "Version" : "1.1.6", |
8 "Version" : "1.1.7", |
9 "Author URI" : "http://enanocms.org/", |
9 "Author URI" : "http://enanocms.org/", |
10 "Auth plugin" : true |
10 "Auth plugin" : true |
11 } |
11 } |
12 **!*/ |
12 **!*/ |
13 |
13 |
145 field_enable_hint: 'Disabling support will remove any keys that are enrolled for your account.', |
145 field_enable_hint: 'Disabling support will remove any keys that are enrolled for your account.', |
146 field_enable: 'Enabled', |
146 field_enable: 'Enabled', |
147 field_keys_title: 'Enrolled Yubikeys:', |
147 field_keys_title: 'Enrolled Yubikeys:', |
148 field_keys_hint: 'Enroll a Yubikey to allow it to log into your account.', |
148 field_keys_hint: 'Enroll a Yubikey to allow it to log into your account.', |
149 field_keys_maximum: 'You can enroll up to %max% Yubikeys.', |
149 field_keys_maximum: 'You can enroll up to %max% Yubikeys.', |
150 field_normal_flags: 'When logging in:', |
150 field_normal_flags: 'When logging in, ask me for:', |
151 field_elev_flags: 'When performing sensitive operations:', |
151 field_elev_flags: 'When performing sensitive operations, require:', |
152 field_flags_keyonly: 'Only require my Yubikey', |
152 field_flags_keyonly: 'Just my Yubikey', |
153 field_flags_username: 'Require a username', |
153 field_flags_username: 'My Yubikey and username', |
154 field_flags_userandpw: 'Require a username and password', |
154 field_flags_userandpw: 'My <acronym title="Two factor authentication">Yubikey, username and password</acronym>', |
155 field_allow_plain_login: 'Allow me to log in without my Yubikey', |
155 field_allow_plain_login: 'Allow me to log in without my Yubikey', |
156 field_allow_plain_login_hint: 'If this option is turned off, you will be unable to access your account if all of your enrolled Yubikeys become lost or broken. However, turning this option off provides greater security.', |
156 field_allow_plain_login_hint: 'If this option is turned off, you will be unable to access your account if all of your enrolled Yubikeys become lost or broken. However, turning this option off provides greater security.', |
157 err_double_enrollment: 'One of the Yubikeys you tried to enroll is already enrolled on another account on this website. A single Yubikey can only be associated with one account at a time.', |
157 err_double_enrollment: 'One of the Yubikeys you tried to enroll is already enrolled on another account on this website. A single Yubikey can only be associated with one account at a time.', |
158 err_double_enrollment_single: 'The Yubikey you tried to enroll is already enrolled on another account on this website. A single Yubikey can only be associated with one account at a time.', |
158 err_double_enrollment_single: 'The Yubikey you tried to enroll is already enrolled on another account on this website. A single Yubikey can only be associated with one account at a time.', |
159 |
159 |