1
vote
1answer
90 views

User defined password at registration - registration email sends auto generated pass

Updating some meta fields on registration and providing the user the option to pick a password yet the registration email sends the auto generated password. User defined password works and not emailed ...
0
votes
1answer
375 views

Create Unique ID for user

I have to create a membership site, but I need to give every user that registers a automatic ID number. For example, User 2 - has a code - pay-102 User 3 - has a code - pay-103 I did a forum ...
0
votes
1answer
254 views

User activation in wordpress

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 ...