mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Use an invalid domain for fake email addresses in importers
This commit is contained in:
parent
d3ba338144
commit
c70d0c6659
5 changed files with 5 additions and 5 deletions
|
@ -883,6 +883,6 @@ class ImportScripts::Base
|
|||
end
|
||||
|
||||
def fake_email
|
||||
SecureRandom.hex << "@domain.com"
|
||||
SecureRandom.hex << "@email.invalid"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue