You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a Users field and add it to some field layout.
Select a user from that field.
Double-click on the selected user to open the user element HUD.
Notice there is a "Username" field (if useEmailAsUsername is false), as well as "First Name" and "Last Name", but no "Email" field (or "Photo" for that matter, but that's not as important). I understand not being able to change a user's email address from there, but the email address should at least be visible IMO.
Additional info
Craft version: 3.3.3
PHP version: 7.3.8
Database driver & version: MySQL 5.7.26
The text was updated successfully, but these errors were encountered:
Changing their email is a little complicated due to email verification possibly being a requirement, so we could only show it at best for now, but element editor HUDs don't currently show any meta info like that. So I think this will be more of a 4.0 thing.
Steps to reproduce
useEmailAsUsername
isfalse
), as well as "First Name" and "Last Name", but no "Email" field (or "Photo" for that matter, but that's not as important). I understand not being able to change a user's email address from there, but the email address should at least be visible IMO.Additional info
The text was updated successfully, but these errors were encountered: