mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
move admin password and add disclaimer
This commit is contained in:
parent
7c47fec2d7
commit
223fe06a78
3 changed files with 23 additions and 16 deletions
|
|
@ -210,11 +210,11 @@
|
||||||
"environment": {}
|
"environment": {}
|
||||||
},
|
},
|
||||||
"__dynamic_keys_labels__": {
|
"__dynamic_keys_labels__": {
|
||||||
|
"13-0": "13.0 (Testing only)",
|
||||||
"12-2": "12.2",
|
"12-2": "12.2",
|
||||||
"12-0": "12.0",
|
"12-0": "12.0",
|
||||||
"11-3": "11.3",
|
"11-3": "11.3",
|
||||||
"11-2": "11.2",
|
"11-2": "11.2"
|
||||||
"13-0": "13.0 (Testing only)"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -354,11 +354,11 @@
|
||||||
"environment": {}
|
"environment": {}
|
||||||
},
|
},
|
||||||
"__dynamic_keys_labels__": {
|
"__dynamic_keys_labels__": {
|
||||||
|
"13-0": "13.0 (Testing only)",
|
||||||
"12-2": "12.2",
|
"12-2": "12.2",
|
||||||
"12-0": "12.0",
|
"12-0": "12.0",
|
||||||
"11-3": "11.3",
|
"11-3": "11.3",
|
||||||
"11-2": "11.2",
|
"11-2": "11.2"
|
||||||
"13-0": "13.0 (Testing only)"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -496,11 +496,11 @@
|
||||||
"environment": {}
|
"environment": {}
|
||||||
},
|
},
|
||||||
"__dynamic_keys_labels__": {
|
"__dynamic_keys_labels__": {
|
||||||
|
"13-0": "13.0 (Testing only)",
|
||||||
"12-2": "12.2",
|
"12-2": "12.2",
|
||||||
"12-0": "12.0",
|
"12-0": "12.0",
|
||||||
"11-3": "11.3",
|
"11-3": "11.3",
|
||||||
"11-2": "11.2",
|
"11-2": "11.2"
|
||||||
"13-0": "13.0 (Testing only)"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -640,11 +640,11 @@
|
||||||
"environment": {}
|
"environment": {}
|
||||||
},
|
},
|
||||||
"__dynamic_keys_labels__": {
|
"__dynamic_keys_labels__": {
|
||||||
|
"13-0": "13.0 (Testing only)",
|
||||||
"12-2": "12.2",
|
"12-2": "12.2",
|
||||||
"12-0": "12.0",
|
"12-0": "12.0",
|
||||||
"11-3": "11.3",
|
"11-3": "11.3",
|
||||||
"11-2": "11.2",
|
"11-2": "11.2"
|
||||||
"13-0": "13.0 (Testing only)"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"studio_name": "Studio name",
|
"studio_name": "Studio name",
|
||||||
"studio_code": "stu",
|
"studio_code": "stu",
|
||||||
|
"admin_password": "",
|
||||||
"environment": {
|
"environment": {
|
||||||
"OPENPYPE_OCIO_CONFIG": "{STUDIO_SOFT}/OpenColorIO-Configs",
|
"OPENPYPE_OCIO_CONFIG": "{STUDIO_SOFT}/OpenColorIO-Configs",
|
||||||
"__environment_keys__": {
|
"__environment_keys__": {
|
||||||
|
|
@ -13,6 +14,5 @@
|
||||||
"windows": [],
|
"windows": [],
|
||||||
"darwin": [],
|
"darwin": [],
|
||||||
"linux": []
|
"linux": []
|
||||||
},
|
}
|
||||||
"admin_password": ""
|
|
||||||
}
|
}
|
||||||
|
|
@ -18,6 +18,18 @@
|
||||||
{
|
{
|
||||||
"type": "splitter"
|
"type": "splitter"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "label",
|
||||||
|
"label": "This is <b>NOT a securely stored password!</b>. It only acts as a simple barrier to stop users from accessing studio wide settings."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "text",
|
||||||
|
"key": "admin_password",
|
||||||
|
"label": "Admin password"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "splitter"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"key": "environment",
|
"key": "environment",
|
||||||
"label": "Environment",
|
"label": "Environment",
|
||||||
|
|
@ -33,11 +45,6 @@
|
||||||
"label": "Versions Repository",
|
"label": "Versions Repository",
|
||||||
"multiplatform": true,
|
"multiplatform": true,
|
||||||
"multipath": true
|
"multipath": true
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "text",
|
|
||||||
"key": "admin_password",
|
|
||||||
"label": "Admin password"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue