• Resolved mansonloo

    (@mansonloo)


    Hi,

    I did a mistake and accidentally disabled most of my administrator access to a lot of WP capabilities, included Plugins and AAM. I have managed to rename AAM’s folder in wp_content > plugins and deactivate/delete AAM afterwards. But whenever I install AAM again, I’m back with the “Access Denied” page.

    Does AAM keep its config file somewhere else that even though I have deleted the entire AAM folder, I still could not get back my default access settings?

    Please do advice how can I fixed this problem as I loved AAM and would love to use it again. This time making sure to click on the Role correctly before I start to deny access. LOL

    Your help would be much appreciated!
    Thanks in advance!

    Regards..

Viewing 4 replies - 1 through 4 (of 4 total)
  • vasyl_m

    (@vasyl_m)

    Hi mansonloo,

    Ok. It’s quite easy to restore all settings. Login to your database with any database client like phpMyAdmin and delete all records in wp_options and wp_usermeta that start with aam prefix.

    You can use these database queries (replace wp_ with your database table prefix if different):

    DELETE FROM wp_options WHERE option_name LIKE "aam%";
    DELETE FROM wp_usermeta WHERE meta_key LIKE "aam%";

    Regards,
    Vasyl

    Thread Starter mansonloo

    (@mansonloo)

    Thanks Vasyl for the help! It is working like a charm again. Happy to be using AAM now!
    Cheers!

    shweta1807

    (@shweta1807)

    Please help I change the settings of the admin and now not able to access anything. Showing Sorry, you are not allowed to access this page.

    Please let me know the solution how can I get my old admin without loosing any data

    yadavinfotech

    (@yadavinfotech)

    Hi Shweta sharma,

    first of all Open Your WordPress Database thru phpmyadmin of your web hosting company then delete all records in wp_options and wp_usermeta that start with aam name.

    it will delete all the settings of Advance Access Manager. Then After you will be able to unlock your capabilities.

    Regards
    Vipin!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mistakenly Restricted My Own Administrator Rights’ is closed to new replies.