Skip to content

Commit 4e26700

Browse files
committed
Add IDs in cryptomator-realm.json for test users.
1 parent 1bc5172 commit 4e26700

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

backend/src/main/resources/cryptomator-realm.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
},
4242
"users": [
4343
{
44+
"id": "admin",
4445
"username": "admin",
4546
"firstName": "admin",
4647
"lastName": "admin",
@@ -60,6 +61,7 @@
6061
]
6162
},
6263
{
64+
"id": "alice",
6365
"username": "alice",
6466
"firstName": "alice",
6567
"lastName": "alice",
@@ -77,6 +79,7 @@
7779
]
7880
},
7981
{
82+
"id": "bob",
8083
"username": "bob",
8184
"firstName": "bob",
8285
"lastName": "bob",
@@ -94,6 +97,7 @@
9497
]
9598
},
9699
{
100+
"id": "carol",
97101
"username": "carol",
98102
"firstName": "carol",
99103
"lastName": "carol",
@@ -113,6 +117,7 @@
113117
]
114118
},
115119
{
120+
"id": "dave",
116121
"username": "dave",
117122
"firstName": "dave",
118123
"lastName": "dave",
@@ -132,6 +137,7 @@
132137
]
133138
},
134139
{
140+
"id": "erin",
135141
"username": "erin",
136142
"firstName": "erin",
137143
"lastName": "erin",
@@ -151,6 +157,7 @@
151157
]
152158
},
153159
{
160+
"id": "system",
154161
"username": "system",
155162
"email": "system@localhost",
156163
"enabled": true,
@@ -166,6 +173,7 @@
166173
}
167174
},
168175
{
176+
"id": "cli",
169177
"username": "cli",
170178
"email": "cli@localhost",
171179
"enabled": true,

0 commit comments

Comments
 (0)