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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ncp-config.d/nc-passwd.cfg')
-rw-r--r--etc/ncp-config.d/nc-passwd.cfg20
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/ncp-config.d/nc-passwd.cfg b/etc/ncp-config.d/nc-passwd.cfg
new file mode 100644
index 00000000..fb2ccfd3
--- /dev/null
+++ b/etc/ncp-config.d/nc-passwd.cfg
@@ -0,0 +1,20 @@
+{
+ "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"
+ },
+ {
+ "id": "CONFIRM",
+ "name": "CONFIRM",
+ "value": "ownyourbits"
+ }
+ ]
+}