Needs review
Project:
DrupalPro
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2012 at 21:00 UTC
Updated:
30 Jul 2012 at 21:02 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | drupalpro-7.x-3.x-dev_no_underscore-1705802-1.patch | 669 bytes | KLicheR |
Comments
Comment #1
KLicheR commentedThis patch remove the underscores of the domain you specified, like the slashes are already removed.