Skip to content

Detect duplicities in drupal elixir service

Created by: stavamichal

  • when generating data for drupal_elixir service, we need to detect situations, where two or more users with different logins has the same email (in lower-case format). In such situation, we want to find all duplicities, print them as an error and end gen script with an error.

Merge request reports