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: 36d4b42abecdd1efc80f3179a95ebbe532e6a4f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "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"
    }
  ]
}