Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Integration Problems Now Can’t log in at all.


chrishajer
Participant

@chrishajer

There is a table bb_usermeta (or whatever table prefix you used) that will have a record bb_capabilities and a meta_value of a:1:{s:9:"keymaster";b:1;}. You need to find the account that has that value; that’s your keymaster account.

With an integrated installation, I think the table will be wp_usermeta. To figure out what account it is first, look in the wp_users table and find the keymaster account, and then take the ID from there and check the wp_usermeta table for the proper capabilities.

I think with the proper ID, if it’s not 1, you can change the id in the “Fix Admin Access” to this ID and try the plugin again.

Skip to toolbar