• Resolved luhmann

    (@luhmann)


    On my custom wordpress install, admin users are not able to log in. No error message, just the log in button on wp-login.php doesn’t do anything. Disabling the Wordfence plugin fixes this problem. I am still able to login with WordPress.com instead of using username+password, but would like to figure out how to fix this. No error messages showing up in the logs, and the same username password is being used to login fine when wordfence is disabled. Suggestions?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @luhmann,

    Can you take a look at the logs in Wordfence -> Tools -> Live Traffic? (All Traffic should be selected instead of Security Only)

    It’s also possible that something within .htaccess is interfering with the login page, so you can also check there for anything strange.

    Dave

    Thread Starter luhmann

    (@luhmann)

    ALl traffic shows response 200 and type human (green). Nothing seems to be wrong.

    Here is my .htaccess

    `

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    # Wordfence WAF
    <Files “.user.ini”>
    <IfModule mod_authz_core.c>
    Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
    </IfModule>
    </Files>

    # END Wordfence WAF

    # BEGIN ShortPixelWebp

    # END ShortPixelWebp
    `

    Thread Starter luhmann

    (@luhmann)

    Note that this problem seems to be unique to “admin” users… other users have been able to log in!

    Thread Starter luhmann

    (@luhmann)

    So I see lots of other people having problems since I posted this. I was able to finally solve my problem by disabling the recaptcha and 2FA login options. At first I just turned off 2FA, but then was getting notices of emails that were never sent, so I turned off recaptcha as well. Now my users can login to the site again. Very disappointed in WordFence not responding to my support request after I replied and for not fixing these obviously widespread problems. Never had reason to doubt my choice of using WordFence before…

    Plugin Support wfscott

    (@wfscott)

    @luhmann

    Sorry for the delay and the mix up.

    We have identified some plugins which can conflict with the captcha such as a few Google Analytics plugins as well as plugins which change the login flow. As you’ve found, we recommend disabling the reCAPTCHA if you are having any issues logging in or are being told to Verifiy via email (and having trouble verifying.)

    Please let me know if you have any questions.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘“log in” button doesn’t work for admin users’ is closed to new replies.