Yubico Forum

...visit our web-store at store.yubico.com
It is currently Tue Jan 30, 2018 3:58 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Tue Mar 08, 2011 11:32 pm 
Offline

Joined: Tue Mar 08, 2011 9:06 pm
Posts: 1
I've just received my yubikey in the mail. I installed the plugin on my Wordpress self-hosted blog and everything is working great.

Do we have the facility to order a spare Yubikey with the same setup in case the first is lost?

For Wordpress, if i was to lose the Yubikey would i be able to bypass it by simply removing the Yubikey directory from my plugins folder?

Cheers.


Top
 Profile  
Reply with quote  

Share On:

Share on Facebook FacebookShare on Twitter TwitterShare on Tumblr TumblrShare on Google+ Google+

PostPosted: Sun Mar 13, 2011 10:44 am 
Offline

Joined: Thu Feb 03, 2011 1:28 pm
Posts: 10
Location: Brisbane, QLD, Australia
From memory, I think the WordPress plug-in still permits password authentication even when you configure it with a YubiKey. So if you lost the YubiKey, you just need to remember your password to get back in. That said, worst case is you can move the plug-in directory to disable it, then in your database:

Code:
SELECT user_id FROM wp_users WHERE user_login='your_login';
DELETE FROM wp_usermeta WHERE user_id=your_id AND meta_key LIKE 'yubikey%';


I set up the YubiKey plug-in on my blog initially, but then when I got OpenID going with two-factor authentication, I decided to disable YubiKey authentication on my user login and use OpenID instead. Rather, I use password authentication when I'm at home (and thus, only 100Mbps Ethernet between me and server), and the YubiKey via OpenID when I'm outside the home network.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group