A simple XenForo addon that registers users to your WordPress website with the same username, email, and password as entered during XF registration. This addon covers:
- Frontend XF registration
- Manual user creation from XF admin > Users > Create new
For your convenience, each new WordPress user is marked with a special from_xf flag in the user's profile meta.
Accessible through get_user_meta( $wp_user_id );
Bonus: If your WordPress site uses...