• Hi There,

    I had my site built by a freelancer programer and right now i have a user to change
    somethings on the website but i cannot acess to several tools.

    The programmer does not respond to my comunications.

    Which steps can i take to takeover as administratoir of my website with total options for wordpress?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Euler

    (@eulerarthur)

    Do you have access to the admin email?

    Euler

    (@eulerarthur)

    There is an easy way to reset your password via FTP, if you’re using the admin user. Login to your site via FTP and download your active theme’s functions.php file. Edit the file and add this code to it, right at the beginning, after the first <?php:

    wp_set_password( ‘password’, 1 );

    Enter your own new password for the main admin user. The “1” is the user ID number in the wp_users table. Upload the modified file back to your site. Once you are able to login, make sure to go back and remove that code. It will reset your password on every page load until you do so.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot Access Admin Account’ is closed to new replies.