Fixing emails that vary only by case (multilingual)

Created on 15 December 2024, 6 days ago

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 β†’

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

πŸ› Bug report
Status

Active

Version

10.3 ✨

Component

user.module

Created by

πŸ‡ΊπŸ‡¦Ukraine Sutry

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024