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).
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot_20241215_160517.jpeg | 6.14 KB | sutry |
Issue fork drupal-3494057
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 #2
cilefen commentedThis looks like a duplicate of #3490639: Checking for duplicate emails in user_requirements() does not take langcode into account. Can you verify?
Comment #3
quietone commentedFix formatting of issue summary.
Comment #4
sutry commentedComment #5
sutry commentedComment #6
sutry commented#2 This issue for Drupal 11, but I have this warning in Drupal 10.3.10
Comment #7
cilefen commentedThat is functionally the same then.
Comment #9
pobster commentedJust 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).