Closed (fixed)
Project:
Devel
Version:
7.x-1.x-dev
Component:
devel_generate
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Mar 2012 at 23:41 UTC
Updated:
4 Jan 2014 at 01:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
salvisI suspect this is intended behavior, because we don't want your server to try to send any e-mails to devel_generated users.
The benefit of this safeguard looks greater than your inconvenience (you seem to be the first person to notice this). I agree that having to enter a valid e-mail address just to delete an account is a pain, but that's a feature of core...
Comment #2
mrf commentedNo need to use a working e-mail, just one that validates. See http://tools.ietf.org/rfc/rfc2606.txt
Seems strange that we would want to create accounts that behave exactly like real user accounts except in this one way. It is impossible to create an account through the UI without a valid email.
Comment #3
salvisWell, maybe you get a more favorable answer from moshe...
Comment #4
pcambraTagging, let's try to give this a second though in the sprint
Comment #5
salvisI suppose we could change user@foo to user@foo.invalid
Comment #6
xamanu commentedI agree and I like the proposal of using as tld .invalid. Here is a patch for that.
Comment #7
juampynr commentedFixed. Thanks!
http://drupalcode.org/project/devel.git/commit/a98e8e9
Comment #8
juampynr commentedThis should be tested against Drupal 7.
Comment #9
xjkwak commentedA invalid extension has been added to the mail.
Comment #10
LGLC commentedPatch applied and tested, and all looks good.
Comment #11
pcambraThanks all, committed!