Forums

[Plugin: Theme My Login] Can't login anymore !!! (9 posts)

  1. smnuman
    Member
    Posted 3 years ago #

    I have installed this plugin for a better exoerience of logging into my site, now I can't even log in: it says "Bye Bye, SPAMBOT!"

    What can i do to let me in !!!

    Please help!

    http://wordpress.org/extend/plugins/theme-my-login/

  2. smnuman
    Member
    Posted 3 years ago #

    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!

  3. smnuman
    Member
    Posted 3 years ago #

    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 !!!

  4. Len
    Member
    Posted 3 years ago #

    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.

  5. smnuman
    Member
    Posted 3 years ago #

    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

  6. Len
    Member
    Posted 3 years ago #

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

  7. Jeff Farthing
    Member
    Posted 3 years ago #

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

  8. mercadof
    Member
    Posted 3 years ago #

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

  9. Daniel Fru?y?ski (sirzooro)
    Member
    Posted 3 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic