MyPW Plugin for WordPress


This is a WordPress plugin that allows you to implement MyPW one-time password authentication with WordPress. This plugin is based on Incutio's XML-RPC Library for PHP.

Packages
MyPW Plugin for WordPress mypw-auth_0.21.zip

General Instructions

1. Download the MyPW Auth WordPress package
2. Extract the ZIP into ~/wp-content/plugins
3. Log into WordPress as an administrator
4. In the Site Administration section go to "Plugins"

5. Activate the plugin "MyPW Authentication"

6. Click on Settings --> MyPW Auth

7. Select your password method. You have three options:

  1. Standard password and one-time password in different fields. With this configuration, you will be prompted for both your password and your one-time password value.
  2. Single password field with standard password and one-time password appended. With this configuration, your password becomes a combination of your password and your one-time password. For example if your password is "gate7way" and your one-time password value is "3918724", the password you would use is "gate7way3918724"
  3. One-time password only. Your password will consist of only your one-time password value.
8. To associate a token with a user, click on "Users"

9. Click "Edit" next to a user

10. Enter the user's token ID in the MyPW Token ID field

Any users who do not have a token specified will just use their standard username and password to log into WordPress.

Problems or questions?