Hi, I have the lines
define(‘CUSTOM_USER_TABLE’,’wp_users’);
define(‘CUSTOM_USER_META_TABLE’,’wp_usermeta’);
on my wp-config.php and modified the wp_user_roles column, but when i log-in on my second site i get the “You do not have sufficient permissions…” page, when I go to the Dashboard I get the normal user welcome with no admin options.
I’m using WP 2.0.2 in both sites.
Thanks for the help on this.