diff -r 6e947fa21237 -r 03d6287d4a8b plugins/Yubikey.php --- a/plugins/Yubikey.php Fri Dec 18 19:28:57 2009 -0500 +++ b/plugins/Yubikey.php Fri Dec 18 19:29:33 2009 -0500 @@ -5,7 +5,7 @@ "Plugin URI" : "http://enanocms.org/plugin/yubikey", "Description" : "Allows authentication to Enano via Yubico's Yubikey, a one-time password device.", "Author" : "Dan Fuhry", - "Version" : "1.1.6", + "Version" : "1.1.7", "Author URI" : "http://enanocms.org/", "Auth plugin" : true } @@ -147,11 +147,11 @@ field_keys_title: 'Enrolled Yubikeys:', field_keys_hint: 'Enroll a Yubikey to allow it to log into your account.', field_keys_maximum: 'You can enroll up to %max% Yubikeys.', - field_normal_flags: 'When logging in:', - field_elev_flags: 'When performing sensitive operations:', - field_flags_keyonly: 'Only require my Yubikey', - field_flags_username: 'Require a username', - field_flags_userandpw: 'Require a username and password', + field_normal_flags: 'When logging in, ask me for:', + field_elev_flags: 'When performing sensitive operations, require:', + field_flags_keyonly: 'Just my Yubikey', + field_flags_username: 'My Yubikey and username', + field_flags_userandpw: 'My Yubikey, username and password', field_allow_plain_login: 'Allow me to log in without my Yubikey', 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.', 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.',