mirror of
https://github.com/Thinstation/thinstation-ng.git
synced 2025-04-26 12:50:34 +03:00
new file: ts/etc/admin_token.json
new file: ts/etc/user_token.json
This commit is contained in:
parent
884771bf20
commit
d769e5decc
2 changed files with 20 additions and 0 deletions
10
ts/etc/admin_token.json
Normal file
10
ts/etc/admin_token.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"type": "luks2",
|
||||
"keyslots": ["0"],
|
||||
"token": {
|
||||
"type": "custom",
|
||||
"data": {
|
||||
"role": "Admin"
|
||||
}
|
||||
}
|
||||
}
|
10
ts/etc/user_token.json
Normal file
10
ts/etc/user_token.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"type": "luks2",
|
||||
"keyslots": ["1"],
|
||||
"token": {
|
||||
"type": "custom",
|
||||
"data": {
|
||||
"role": "User"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue