forked from SciCatProject/scicat-backend-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
functionalAccounts.json.test
86 lines (86 loc) · 2.21 KB
/
functionalAccounts.json.test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[
{
"username": "admin",
"email": "[email protected]",
"password": "27f5fd86ae68fe740eef42b8bbd1d7d5",
"role": "admin",
"global": true
},
{
"username": "adminIngestor",
"email": "[email protected]",
"password": "13f4242dc691a3ee3bb5ca2006edcdf7",
"role": "adminingestor",
"global": false
},
{
"username": "archiveManager",
"email": "[email protected]",
"password": "6d3b76392e6f41b087c11f8b77e3f9de",
"role": "archivemanager",
"global": false
},
{
"username": "datasetIngestor",
"email": "[email protected]",
"password": "bc35db76848cf9fbb7f40b6661644e97",
"role": "datasetingestor",
"global": false
},
{
"username": "proposalIngestor",
"email": "[email protected]",
"password": "7d8cd858fb9d0e4f5d91c34fd4016167",
"role": "proposalingestor",
"global": false
},
{
"username": "sampleIngestor",
"email": "[email protected]",
"password": "e4876cb39c7dc4fe957d7c4f6a34cdd8",
"role": "sampleingestor",
"global": false
},
{
"username": "user1",
"email": "[email protected]",
"password": "a609316768619f154ef58db4d847b75e",
"role": "group1",
"global": false
},
{
"username": "user2",
"email": "[email protected]",
"password": "f522d1d715970073a6413474ca0e0f63",
"role": "group2",
"global": false
},
{
"username": "user3",
"email": "[email protected]",
"password": "70dc489e8ee823ae815e18d664424df2",
"role": "group3",
"global": false
},
{
"username": "user4",
"email": "[email protected]",
"password": "0014890e7020f515b92b767227ef2dfa",
"role": "group4",
"global": false
},
{
"username": "user5.1",
"email": "[email protected]",
"password": "359a5fda99bfe5dbc42ee9b3ede77fb7",
"role": "group5",
"global": false
},
{
"username": "user5.2",
"email": "[email protected]",
"password": "f3ebd2e4def95db59ef95ee32ef45242",
"role": "group5",
"global": false
}
]