I am trying to create a custom user profile/my account page. I'd like to include name, email, and password. I've figured out how to show and edit name, but I can't figure out how to show the email and password fields.
Per the documentation, I've included the id "rwmb-user-info" in my shortcode id list but nothing is showing:
[mb_user_profile_info id="my-account,rwmb-user-info" submit_button="Submit" confirmation="Your information has been successfully updated." label_submit="Update"]
The id of "my-account" is a custom field set with first_name
and last_name
I've tried adding fields with id's of user_email
and email
but they aren't populating with the user email.
How do I include password? How do I include email?
Thanks