Base on the Open Encryptor authentication, add the one-time password security for WordPress. Distributed through Open Encryptor.
Maybe,It is impossible to set up a table in your database. You can make a table like that:
CREATE TABLE wp_open_encryptor (
open_encryptor_username varchar(32) NOT NULL,
open_encryptor_password1 varchar(32) NOT NULL,
open_encryptor_password2 varchar(32) NOT NULL,
open_encryptor_password3 varchar(32) NOT NULL,
PRIMARY KEY (open_encryptor_username)
);
The wp_ should be replaced by your WordPress predix.
Requires: 2.7.1 or higher
Compatible up to: 2.8.2
Last Updated: 2009-8-3
Downloads: 205
Got something to say? Need help?