{
"code_name": "set_webui_password",
"template_type": "database-entry",
"unique_prefix": "SETPWD",
"enabled": true,
"data_source": "script",
"localized": ["display_name", "description", "icon"],
"display_name": [{
"language_code": "en_us",
"string": "Set password"
}],
"description": [{
"language_code": "en_us",
"string": "A simple plugin to set the web ui password on app start."
}],
"icon": [
{
"language_code": "en_us",
"string": ""
}
],
"params" : [
{
"name" : "password",
"type" : "setting",
"value" : "SETPWD_password"
}
],
"settings":[
{
"function": "RUN",
"type": "text.select",
"default_value":"disabled",
"options": ["disabled", "before_config_save"],
"localized": ["name", "description"],
"name" :[{
"language_code":"en_us",
"string" : "When to run"
}],
"description": [{
"language_code":"en_us",
"string" : "Set to before_config_save and specify password to reset your pasword in SETPWD_password."
}]
},
{
"function": "CMD",
"type": "text",
"default_value":"/home/pi/pialert/back/pialert-cli set_password {password}",
"options": [],
"localized": ["name", "description"],
"name" : [{
"language_code":"en_us",
"string" : "Command"
}],
"description": [{
"language_code":"en_us",
"string" : "Command to run"
}]
},
{
"function": "password",
"type": "password",
"maxLength": 50,
"default_value": "123456",
"options": [],
"localized": ["name", "description"],
"name": [
{
"language_code": "en_us",
"string": "Password"
}
],
"description": [
{
"language_code": "en_us",
"string": "The default password is 123456. To change the password run /home/pi/pialert/back/pialert-cli set_password {password} in the container"
}
]
}
]
}