@bcworkz,
Thank you for your reply.
If not your reply I might choose very painful course.
Can I ask one more question?
Wordpress has a wp_users table which stored user information.
If I customize login form with wp_authentificate which authentificate with another system, which way is the best for handling wp_users table?
From ERD, wp_users primary key is the FK of wp_usermeta, wp_comments and wp_posts. So should I replicate user information from other system’s user table?
If you know the best practice for this case, would you share me?
Thanks again.