WordPress Membership Plugin
Thanks for your response. Yes I understand the core wordpress db utilizes this on users table. I wanted to customize the form to ensure all users abide by the rule that the username will be populated with the email address with either a compare validator or hide the username field but it will be populated with the email address on the back-end.
Even with placing instruction on the page I am trying to avoid human error / non-conformity.
I don’t want the user when registering to enter a username. I want them to only enter email address on the sign up form [swpm_registration_form]
the username be assigned to the email address they entered. Trying to see what tweaks there is or customization possibilities.