mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 23:58:26 +08:00
FIX: Use the username scrubber when generating the emails
This commit is contained in:
@ -47,7 +47,7 @@ class ImportScripts::JsonGeneric < ImportScripts::Base
|
||||
id: username_for(u),
|
||||
username: username_for(u),
|
||||
name: u,
|
||||
email: "#{u}@example.com",
|
||||
email: "#{username_for(u)}@example.com",
|
||||
created_at: Time.now
|
||||
}
|
||||
end
|
||||
|
Reference in New Issue
Block a user