Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117889921
D3020.1775362226.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
820 B
Referenced Files
None
Subscribers
None
D3020.1775362226.diff
View Options
diff --git a/src/database/seeds/local/UserSeeder.php b/src/database/seeds/local/UserSeeder.php
--- a/src/database/seeds/local/UserSeeder.php
+++ b/src/database/seeds/local/UserSeeder.php
@@ -139,6 +139,18 @@
$joe->setAliases(['joe.monster@kolab.org']);
+ // This only exists so the user create job doesn't fail because the domain is not found
+ Domain::create(
+ [
+ 'namespace' => 'jeroen.jeroen',
+ 'status' => Domain::STATUS_NEW
+ + Domain::STATUS_ACTIVE
+ + Domain::STATUS_CONFIRMED
+ + Domain::STATUS_VERIFIED,
+ 'type' => Domain::TYPE_EXTERNAL
+ ]
+ );
+
$jeroen = User::create(
[
'email' => 'jeroen@jeroen.jeroen',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 5, 4:10 AM (6 h, 20 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18832306
Default Alt Text
D3020.1775362226.diff (820 B)
Attached To
Mode
D3020: Avoid failing user create job due to missing domain
Attached
Detach File
Event Timeline