Problem/Motivation

The status report now contains a check for duplicate email address and reports them with warning "Conflicting user emails". In multilingual sites, when use /admin/config/people/accounts "Language settings: Enable translation" have a problem, described https://www.drupal.org/node/3486109

Steps to reproduce

In multilingual sites /admin/config/people/accounts enable the checkbox "Language settings: Enable translation"

After the database query, we get a message
| uid | name | mail | status |
+-----+-----------+------------------+--------+
| 3 | User1 | user1@site.com | 1 |
| 3 | User1 | user1@site.com | 1 |
| 3 | User1 | user1@site.com | 1 |

However, it is clear from it that this refers to a single user (user ID).

CommentFileSizeAuthor
Screenshot_20241215_160517.jpeg6.14 KBsutry

Issue fork drupal-3494057

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

sutry created an issue. See original summary.

cilefen’s picture

Status: Active » Postponed (maintainer needs more info)
Issue tags: +Possible duplicate
quietone’s picture

Issue summary: View changes

Fix formatting of issue summary.

sutry’s picture

Issue summary: View changes
sutry’s picture

Issue summary: View changes
sutry’s picture

#2 This issue for Drupal 11, but I have this warning in Drupal 10.3.10

cilefen’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)
Related issues: +#3490639: Checking for duplicate emails in user_requirements() does not take langcode into account

That is functionally the same then.

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

pobster’s picture

Version: 10.3.x-dev » 10.6.x-dev

Just wanted somewhere to "host" this, I don't especially care if it's merged or not. The other issue, which is now closed, rejected backporting to D10.x for whatever reason, but I don't like having to tell my clients to ignore the messaging, as it just gives off "Drupal is buggy" vibes (they already believe this regardless).