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: 7c30b1cdf94c3a63b1f57c9800f44a860c93ba89 (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": "Please note some special characters are not allowed here, avoid using ) } ; # in password",
  "infotitle": "",
  "params": [
    {
      "id": "PASSWORD",
      "name": "Password",
      "value": "ownyourbits",
      "type": "password"
    },
    {
      "id": "CONFIRM",
      "name": "Confirm password",
      "value": "ownyourbits",
      "type": "password"
    }
  ]
}