Replies: 3 comments 2 replies
-
This automatically generated reply acts as a friendly reminder. Answers to your questions will most often come from the community, from developers like yourself. You will, from time to time, find that Axis employees answers some of the questions, but this is not a guarantee. Think of the discussion forum as a complement to other support channels, not a replacement to any of them. If your question remains unanswered for a period of time, please revisit it to see whether it can be improved by following the guidelines listed in Axis support guidelines. |
Beta Was this translation helpful? Give feedback.
-
Hi @jorgeabr , {
"schemaVersion": "1.7.2",
"acapPackageConf": {
"setup": {
"friendlyName": "axparameter",
"appName": "axparameter",
"vendor": "Axis Communications",
"embeddedSdkVersion": "3.0",
"vendorUrl": "https://www.axis.com",
"runMode": "never",
"version": "1.0.0"
},
"configuration": {
"paramConfig": [
{
"name": "IsCustomized",
"default": "no",
"type": "bool:no,yes"
},
{
"name": "BackupValue",
"default": "restored from backup",
"type": "hidden:string"
},
{
"name": "UserPassword",
"default": "VivekAxis",
"type": "password:maxlen=64"
}
]
}
}
}
Following the instructions from here: First step with default values:Trying to change the password values:Checked the saved value of the User Password. |
Beta Was this translation helpful? Give feedback.
-
Good to know it was working on previous Axis OS. I've placed a Case in Axis Helpdesk. I'll let you know. |
Beta Was this translation helpful? Give feedback.
-
Hi,
We're using axparameter in an ACAP application and we wonder if it's possible that the password field is hidden from the user while typing, as the usual password field. We're using latests 12.0 SDK.
Thanks in advance.
Regards,
Jorge
Beta Was this translation helpful? Give feedback.
All reactions