Tagged “cms”
-
TIL you can share multiple users between WordPress installations wordpress cms user-tables
You can use the same userbase for all your blogs on the same domain by defining the CUSTOM_USER_TABLE and optionally the CUSTOM_USER_META_TABLE constants to point to the same wp_your_blog_users and wp_your_blog_usermeta tables.
See all tags.