Closed (fixed)
Project:
User Import
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2009 at 08:21 UTC
Updated:
8 Oct 2012 at 01:41 UTC
Hi,
I used this module to import users and sending a welcome message to the new users about 600 new users. I had turned on the throttling mechanism. The first 250 e-mails went fine, but the subsequent runs generated a standard "An administrator created a username/pw" e-mail instead of sending out the e-mail configured in my template.
grt
Ericka
Comments
Comment #1
jason.fisher commentedHas this been fixed? This bug caused us to send a bad welcome email out to 1000 people..
Comment #2
jason.fisher commentedThis may be related.. haven't found the correlation yet though, so maybe the wrong place to look.
_user_import_process gets passed $settings.
Depending on the process, $settings may be built differently.
$settings['message'] vs $settings['options']['message'] -- on the first import, they are the same:
On subsequent imports, only $settings['options'] is set:
Investigating..
Comment #3
techgirlgeek commentedHaving the same issue.
Comment #4
zacksmith commentedSame issue. Anyone know how to overcome this, or tested jason.fisher's hypothesis? Thanks...
Comment #5
Bricks and Clicks MarketingIs this still a problem? If so, what is the advised workaround?
Comment #6
robert castelo commentedI haven't been able to replicate this in the 6.x-4.0 version.
Please test and if same problem comes up again feel welcome to re-open this issue.