mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Use an invalid domain for fake email addresses in importers
This commit is contained in:
@@ -883,6 +883,6 @@ class ImportScripts::Base
|
||||
end
|
||||
|
||||
def fake_email
|
||||
SecureRandom.hex << "@domain.com"
|
||||
SecureRandom.hex << "@email.invalid"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user