Support » Plugins » [Plugin: Theme My Login] Can’t login anymore !!!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter smnuman

    (@smnuman)

    I also have tried to register a new user which it had done ok, and sent me a password to the given email. When trying to login it says the same thing : Bye Bye, SPAMBOT!

    Any help would highly be appreciated!

    Thread Starter smnuman

    (@smnuman)

    I have tried to reset the password!! but without any luck! It does send the new password through email confirmation and all this, but again it says that same old thing: “Bye Bye, SPAMBOT!”

    But I m not SPAMBOT !!!

    I’m not familiar with this plugin. What type of security plugins are you running? You can deactivate the theme-my-login plugin by logging in to your site via FTP and either renaming or deleting it.

    Thread Starter smnuman

    (@smnuman)

    Thanks LenK,

    But I tried that, I can’t find that ‘theme-my-login’ in my wp folder list !!! Although that is very surprising yet it’s a thing i m facing now !!

    I am using FileZilla for FTP to the site; also DW for some development and back-check

    It won’t be in the folder list. Look in wp-content/plugins

    “Bye Bye, SPAMBOT” is nowhere in my code. It must be conflicting with another plugin you are using.

    Remove “Invisible Defender” if you have it installed. It worked for me.

    Invisible Defender adds extra hidden fields to registration and login forms. Looks that your themes do not call appropriate action hooks, so my plugin (and other similar ones too) cannot do their work. You can modify your theme so it will be compatible with my plugin:
    – in login form, add following line after password field:
    <?php do_action('login_form'); ?>
    – in register form, add following line after user email field:
    <?php do_action('register_form'); ?>

    I plan to update my plugin too – next version will allow to disable protection for register, login and/or comments forms. It will also display information about this plugin on its configuration page.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Theme My Login] Can’t login anymore !!!’ is closed to new replies.