• Resolved jen188

    (@jen188)


    *My Dashboard says that I am on version 4.3.5, but there wasn’t an option for that version.

    I am doing some freelance work for Knights Event Center, however, the login credentials do not give me admin access level to a point where I can see and use the Appearance and the Plugin panels.

    I have notified my contacts at Knights Event Center, but they have tried to contact him and they can’t seem to get in touch with him.

    Is there a way for me to be able to add myself as another admin user? If so, how do I connect to the Knights Event Center database remotely?

    This is the website: shakopeekofc.org

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator James Huff

    (@macmanx)

    If you are not using Multisite, access your database via phpMyAdmin (most hosting providers offer this in their control panel), go to the wp_users table and find the row for your user_login . Note the ID of this row. Now, go to the wp_usermeta table and find the wp_capabilities row for your user_id . Set the value of this row to:

    a:1:{s:13:"administrator";b:1;}

    You’ll find phpMyAdmin in the hosting account’s control panel.

    Thread Starter jen188

    (@jen188)

    Thanks, for the reply, but I just recently got into contact with the original developer and I now have his admin account.

    Moderator James Huff

    (@macmanx)

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Making changes to WP Site, but I Don't Have Admin Login Credentials’ is closed to new replies.