We should add some kind of logging when the user tries to create a new user with a duplicate.
e.g. \Drupal::logger('unique_field')->warning('{some message}');
Issue fork unique_field-3570762
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
matthew10 commentedComment #3
matthew10 commentedComment #5
matthew10 commentedHi, I added logging logic with a duplication attempt in the user fields.
Comment #6
astonvictor commented