Development

This commit is contained in:
Matthew Grotke 2026-06-07 01:12:23 -04:00
parent 1ea64ec00b
commit 8bd5d022e0
2 changed files with 10 additions and 10 deletions

View file

@ -89,6 +89,12 @@
"name": "row_index",
"value": ""
},
{
"type": "field",
"label": "Credential Active",
"name": "enabled",
"input_type": "checkbox"
},
{
"type": "field_row",
"cols": 2,
@ -106,7 +112,7 @@
"label": "Password",
"name": "password",
"input_type": "password",
"hint": "Leave blank when editing to keep the existing password. Changing hash type also requires a new password."
"hint": "Leave blank to auto-generate password."
}
]
},
@ -145,12 +151,6 @@
{
"type": "hr"
},
{
"type": "field",
"label": "Enabled",
"name": "enabled",
"input_type": "checkbox"
},
{
"type": "field_row",
"cols": 2,