Initial commit: Ignition 8.3.3 gateway config and watermeter project
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"profile": {
|
||||
"cacheValidationTimeout": 1,
|
||||
"failoverMode": "HARD",
|
||||
"failoverProfile": null,
|
||||
"lockoutAttempts": 5,
|
||||
"lockoutEnabled": true,
|
||||
"lockoutWindow": 15,
|
||||
"scheduleRestricted": false,
|
||||
"type": "INTERNAL"
|
||||
},
|
||||
"settings": {
|
||||
"passwordComplexity": 1,
|
||||
"passwordContainsPassword": false,
|
||||
"passwordContainsUserName": false,
|
||||
"passwordHistory": 0,
|
||||
"passwordMaxAge": 0,
|
||||
"passwordMaxRepeatedChars": 0,
|
||||
"passwordMinLength": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"scope": "A",
|
||||
"description": "This user source profile was automatically created during a clean startup",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"config.json",
|
||||
"users.json"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "8.3-migration",
|
||||
"timestamp": "2026-02-19T15:42:14Z"
|
||||
},
|
||||
"uuid": "f3dba986-27de-49e1-9711-362c8c341ca8",
|
||||
"lastModificationSignature": "e948b5031ac166ff050e6ff69c7f73a67cdb72a344af5a8daef51c4f6fda568c",
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"users": [
|
||||
{
|
||||
"uuid": "1",
|
||||
"username": "dohertj2",
|
||||
"firstName": "",
|
||||
"lastName": "",
|
||||
"schedule": "Always",
|
||||
"description": "",
|
||||
"password": "[8c2c7f2]e5838ca860e6ae8a76919a4501f64bfad426640be39d3c95b52574c964c78569",
|
||||
"passwordDate": "20231123.132433462-0500",
|
||||
"passwordHistory": [],
|
||||
"badge": "",
|
||||
"createdDate": "20260219.104214870-0500",
|
||||
"lastModifiedDate": "20260219.104214870-0500",
|
||||
"roles": [
|
||||
"d6604495-c01f-4533-be22-d1e16e0097d6"
|
||||
],
|
||||
"extraProps": [],
|
||||
"scheduleAdjustments": [],
|
||||
"contactInfos": []
|
||||
}
|
||||
],
|
||||
"roles": [
|
||||
{
|
||||
"uuid": "d6604495-c01f-4533-be22-d1e16e0097d6",
|
||||
"rolename": "Administrator",
|
||||
"description": "",
|
||||
"createdDate": "20260219.104214870-0500",
|
||||
"lastModifiedDate": "20260219.104214870-0500"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user