When you try to create a new website with drush qc --domain=test_1.dev, Drupal fail to create the account admin cause it dosen't accept an underscores in the domain portion of the e-mail adress of the admin (admin@test_2.dev). The website will be create but not the admin account.

Comments

KLicheR’s picture

Status: Active » Needs review
StatusFileSize
new669 bytes

This patch remove the underscores of the domain you specified, like the slashes are already removed.