- Issue created by @seanB
- Merge request !10396Take UID and langcode into account in user_requirements() β (Open) created by seanB
- First commit to issue fork.
- πͺπΈSpain pcambra Asturies
I just found this issue myself, I think it doesn't really matter to group by uid, but we definitely need to group by language.
- π¬π§United Kingdom catch
I think we could add some additional coverage to
UserRequirementsTest
for this - might just be a case of adding some more data. - Status changed to Needs work
7 days ago 4:58am 22 April 2025 - First commit to issue fork.
- πΊπΈUnited States smustgrave
Test coverage added
1) Drupal\Tests\user\Kernel\UserRequirementsTest::testTranslatedUserEmail Failed asserting that an array does not have the key 'conflicting emails'. /builds/issue/drupal-3490639/core/modules/user/tests/src/Kernel/UserRequirementsTest.php:80 FAILURES! Tests: 3, Assertions: 20, Failures: 1.
Fix itself seems pretty simple enough
LGTM
- πΊπΈUnited States w01f
Confirmed changes in fork branch to the two core user files resolves the issue on a new Drupal 11.6 install with multiple languages.