diff --git a/script/import_scripts/phpbb3/importers/user_importer.rb b/script/import_scripts/phpbb3/importers/user_importer.rb index 2d98854df1..f7414bb1f0 100644 --- a/script/import_scripts/phpbb3/importers/user_importer.rb +++ b/script/import_scripts/phpbb3/importers/user_importer.rb @@ -51,7 +51,7 @@ module ImportScripts::PhpBB3 { id: username, - email: "anonymous_no_email_#{SecureRandom.hex}", + email: "anonymous_#{SecureRandom.hex}@no-email.invalid", username: username, name: @settings.username_as_name ? username : '', created_at: Time.zone.at(row[:first_post_time]),