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

Command icon 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

prudloff created an issue. See original summary.

nickolaj made their first commit to this issue’s fork.

nickolaj’s picture

Status: Active » Needs review

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

benstallings’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me!