Problem/Motivation
The email field description says:
The email address is not made public. It will only be used if you need to be contacted about your account or for opted-in notifications.
However this is not true when using email_registration_username.
The email is used as usernames and usernames are exposed by the JSON API (and in other places in core): #3240913: Make username access configurable and not implicit allowed
Steps to reproduce
Enable email_registration_username and allow users to register.
Browse to /web/user/register.
Proposed resolution
Maybe the text should be altered when using email_registration_username?
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork email_registration-3573599
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
nickolajUpdated the mail field description in the `email_registration_username` submodule to accurately reflect that the email address is used as the username and may be publicly visible, replacing the misleading core description.
Comment #5
benstallings commentedLooks good to me!