I want my users to first to activate their accounts so they can use all the features in the site.
There is a field in wp_users table named user_status which its default value is 0.
I wonder what's that field for?
Should I use a user_meta to indicate the activation status of my users.

P.S. The registration of users is handled manually through a plugin I'm writing.

没有正确的解决方案

许可以下: CC-BY-SA归因
scroll top