• Resolved vthelama

    (@vthelama)


    Hello,

    Recently, I was locked out of my company’s website after too many failed password attempts. The WordPress user with administrator privledges no longer works for the company, so we cannot send out an email to unlock our website, but I found out that I can rename the wordfence directory found in /wp-content/plugins/ in my web hosts’ file manager. However, I cannnot find this directory anywhere, the closest being a directory called “backupwordpress”, which is empty. Does anyone know where I can find the directory? Or alternatively, can I add my Wordfence account as an administrator?

Viewing 2 replies - 1 through 2 (of 2 total)
  • So it sounds like you DO have access through your ISP (through the “web host’s file manager”).

    First, if you have access to the control panel, are you certain you don’t have access to the old employee’s email? **If** it’s in your domain, you could either recreate his email account, or add a forwarder. Ex: Mail to [email protected] forwards to [email protected].

    If not:
    Wordpress plugins are all stored in the same directory /yourdomainname.com/wp-content/plugins/

    There are several plugins designed to lock you out after a number of attempts. If you’re not seeing a directory called wordfence (/yourdomainname.com/wp-content/plugins/wordfence) it could be that you actually don’t have this plugin, and it’s actually a different plugin that’s causing the issue.

    You CAN change your entire plugins directory folder name to (example) plugins.old and this would disable ALL plugins including any plugin that might be causing you to not log in. HOWEVER!! If you can’t remember your password, you’ll be in the same position plus all plugins are disabled – so if you’re using a plugin to take payments, for a contact form, etc., they will be disabled as well. You can’t re-enable them until you log in to your wordpress site and activate them again.

    You could instead look in the plugins folder and rename individual folders to disable one plugin at a time. Example /yourdomainname.com/wp-content/plugins/backupwordpress.OLD. Just research each plugin folder name to see if one of them could be the culprit.

    Finally, if you can’t remember your password, with access to the back end through your control panel, you should be able to reset your database password. (https://codex.www.ads-software.com/Resetting_Your_Password)

    Hi @vthelama,

    I would make sure that the host you’re logged into is the correct website that you’re locked out of.

    If for some reason your FTP is hiding the Wordfence folder, you can unlock yourself by doing these alternative steps:

    1. Delete the folder /wp-content/wflogs/
    2. Sign into your database
    3. Execute DELETE FROM wp_wfblocks7;

    Dave

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Locked out of website, can’t find file to rename’ is closed to new replies.