diff --git a/openpype/settings/defaults/system_settings/applications.json b/openpype/settings/defaults/system_settings/applications.json index 56d63ecf09..e77b5d0ce5 100644 --- a/openpype/settings/defaults/system_settings/applications.json +++ b/openpype/settings/defaults/system_settings/applications.json @@ -210,11 +210,11 @@ "environment": {} }, "__dynamic_keys_labels__": { + "13-0": "13.0 (Testing only)", "12-2": "12.2", "12-0": "12.0", "11-3": "11.3", - "11-2": "11.2", - "13-0": "13.0 (Testing only)" + "11-2": "11.2" } } }, @@ -354,11 +354,11 @@ "environment": {} }, "__dynamic_keys_labels__": { + "13-0": "13.0 (Testing only)", "12-2": "12.2", "12-0": "12.0", "11-3": "11.3", - "11-2": "11.2", - "13-0": "13.0 (Testing only)" + "11-2": "11.2" } } }, @@ -496,11 +496,11 @@ "environment": {} }, "__dynamic_keys_labels__": { + "13-0": "13.0 (Testing only)", "12-2": "12.2", "12-0": "12.0", "11-3": "11.3", - "11-2": "11.2", - "13-0": "13.0 (Testing only)" + "11-2": "11.2" } } }, @@ -640,11 +640,11 @@ "environment": {} }, "__dynamic_keys_labels__": { + "13-0": "13.0 (Testing only)", "12-2": "12.2", "12-0": "12.0", "11-3": "11.3", - "11-2": "11.2", - "13-0": "13.0 (Testing only)" + "11-2": "11.2" } } }, diff --git a/openpype/settings/defaults/system_settings/general.json b/openpype/settings/defaults/system_settings/general.json index 2283f742ad..d0c6922ebf 100644 --- a/openpype/settings/defaults/system_settings/general.json +++ b/openpype/settings/defaults/system_settings/general.json @@ -1,6 +1,7 @@ { "studio_name": "Studio name", "studio_code": "stu", + "admin_password": "", "environment": { "OPENPYPE_OCIO_CONFIG": "{STUDIO_SOFT}/OpenColorIO-Configs", "__environment_keys__": { @@ -13,6 +14,5 @@ "windows": [], "darwin": [], "linux": [] - }, - "admin_password": "" -} + } +} \ No newline at end of file diff --git a/openpype/settings/entities/schemas/system_schema/schema_general.json b/openpype/settings/entities/schemas/system_schema/schema_general.json index f206236f7a..568ccad5b9 100644 --- a/openpype/settings/entities/schemas/system_schema/schema_general.json +++ b/openpype/settings/entities/schemas/system_schema/schema_general.json @@ -18,6 +18,18 @@ { "type": "splitter" }, + { + "type": "label", + "label": "This is NOT a securely stored password!. 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", "label": "Environment", @@ -33,11 +45,6 @@ "label": "Versions Repository", "multiplatform": true, "multipath": true - }, - { - "type": "text", - "key": "admin_password", - "label": "Admin password" } ] }