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

nc-admin.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe66a3a96ca355ec7808343b46cb70d5367e70f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "id": "nc-admin",
  "name": "NC-admin, password utility",
  "title": "nc-admin",
  "description": "Change or view the current password for the Nextcloud admin user",
  "info": "",
  "infotitle": "",
  "params": [
    {
      "id": "USER",
      "name": "User",
      "value": "ncp",
      "suggest": "ncp"
    },
    {
      "id": "PASSWORD",
      "name": "Password",
      "value": "",
      "type": "password"
    },
    {
      "id": "CONFIRM",
      "name": "Confirm password",
      "value": "",
      "type": "password"
    }
  ]
}