mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 06:32:00 -03:30
24 lines
523 B
INI
24 lines
523 B
INI
{
|
|
"id": "nc-passwd",
|
|
"name": "Nc-passwd",
|
|
"title": "nc-passwd",
|
|
"description": "Change password for the NextcloudPi Panel",
|
|
"info": "Please note some special characters are not allowed here, avoid using ) } ; # in password",
|
|
"infotitle": "",
|
|
"params": [
|
|
{
|
|
"id": "PASSWORD",
|
|
"name": "Password",
|
|
"value": "",
|
|
"type": "password"
|
|
},
|
|
{
|
|
"id": "CONFIRM",
|
|
"name": "Confirm password",
|
|
"value": "",
|
|
"suggest": "password",
|
|
"type": "password"
|
|
}
|
|
]
|
|
}
|