Hi, I currently have 4 separate install of Wordpress and Vanilla. Each wordpress is a different membership level. I have the integration between each of them working corrently. -- I installed both Plugins, Vanilla and Wordpress. The current problem I am having is with the Authentication once I set the Wordpress user table for 3 of the membership to all use wp1 So I have wp1 , wp2 , wp3 , wp4 I am making wp2 through wp4 use the user tables for wp1 since is the one set inside the Wordpress Plugin. Login works for Wordpress for all installations but when going to Vanilla it fails to log me in. I then switched the wp_user table inside the WordpressAuthenticator but It still fails to log me in Vanilla when it should I reverse the procedure to each one and set the Wordpress to use their own user table and they now login to Vanilla but the users created in amember only go in the table prefix selected. Can I add multiple prefixes in the Wordpress plugin configuration and Vanilla. When switching Wordpress to use one database , Wordpress accepts the amember user- If I switch the variables inside database.php and the wp table in the authenticator it doesnt log me in to vanilla. TO make wordpress use the other databases I am adding the following to the Wordpress config file define('CUSTOM_USER_TABLE', 'wp1_users'); define('CUSTOM_USER_META_TABLE', 'wp1_usermeta'); That works with Wordpress What new changes do I need to do to make the Vanilla work too? Any help is very appreciated. Thanks-