Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nc-passwd.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7b80c4f0d7c09016140a2c969011b39f8c4d49ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "id": "nc-passwd",
  "name": "Nc-passwd",
  "title": "nc-passwd",
  "description": "Change password for the NextCloudPi Panel",
  "info": "",
  "infotitle": "",
  "params": [
    {
      "id": "PASSWORD",
      "name": "Password",
      "value": "ownyourbits",
      "type": "password"
    },
    {
      "id": "CONFIRM",
      "name": "Confirm password",
      "value": "ownyourbits",
      "type": "password"
    }
  ]
}