forked from SciCatProject/scicat-backend-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfunctionalAccounts.json.test
72 lines (72 loc) · 1.69 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
[
{
"username": "admin",
"email": "[email protected]",
"password": "am2jf70TPNZsSan",
"role": "admin",
"global": true
},
{
"username": "ingestor",
"email": "[email protected]",
"password": "aman",
"role": "ingestor",
"global": false
},
{
"username": "archiveManager",
"email": "[email protected]",
"password": "aman",
"role": "archivemanager",
"global": false
},
{
"username": "proposalIngestor",
"email": "[email protected]",
"password": "aman",
"role": "proposalingestor",
"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
}
]