[wp-hackers] WP Universal Login

Eric Marden wp at xentek.net
Sat Aug 22 18:24:14 UTC 2009


> On Sat, Aug 22, 2009 at 9:34 AM, D. Stall <ds at dstall.com> wrote:
>
>> Is there a way to make one login for 2 different WP installs hosted  
>> on 2
>> separate domains?

On Aug 22, 2009, at 9:40 AM, Glenn Ansley wrote:

> Maybe this will help you.
> http://fullthrottledevelopment.com/setting-a-single-login-across-wp-wpmu



Couldn't use also use the shared user table? (Provided both sites are  
in the same DB)

define('CUSTOM_USER_TABLE', 'wp_users');
define('CUSTOM_USER_META_TABLE', 'wp_usermeta');

- Eric Marden
__________________________________
http://xentek.net/code/wordpress/







More information about the wp-hackers mailing list