For more info, please refer to FAQ and the user's instructions you'll find on the settings page after activating the plugin..
If your version was prior to 1.1.0, edit the wp-login php file in the directory of your blog and remove the line that begins with do action.
Edit your profile, choose both challenge and response, check Send on next update, and save..
Prior to version 1.4.0 Theme My Login plugin and Login Dongle plugin didn't work together.
Prior to version 1.2.2 jQuery library was not made available on the login page. the dongle didn't work with Get New Password button...
Prior to version 1.1.0 the challenge could interfere with other login fields. the dongle bypassed possible plugins associated to the submit button...
Login Dongle does not touch any element of the functionality of WordPress, so you should be able to run this plugin alongside any other login plugin, like Limit Login Attempts plugin.
To fix Theme My Login you'll need to edit the file *theme-my-login includes class-theme-my-login php*. search for the text 'login form That line and the one before should read allow plugins to override the default actions, and to add extra actions if they want do action add in between, reading do action save the file...
What Login Dongle does is to cut off the processing of the login form if it does not have special field or if that field does not contain the special value stored in the database of your blog, even before running the repeller or any authentication plugins..
As soon as you save your changes, the attack will stop because Login Dongle will expect the new challenge >> response to be submitted along with the login form...
Read more