Hi,
With this module enabled, and after applying the fix described here, the user tabs show fine etc.
However, I found out new users were unable to register. After filling out the compulsory fields (user name, e-mail) and submitting the form appeared to empty itself and no e-mail arrived.
I've finally found out this was because the reCaptcha element was not filled out, and the reason it was not filled out was because it did not show in the registration form!
I have solved this by lowering the weight of the ipAuthenticator module using this call:
UPDATE `system` SET `weight` = '-100' WHERE `filename` = 'sites/all/modules/ipAuthenticator/ipauth.module';
Could this change be applied to the module itself, please.