1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webtrees_ynh.git synced 2024-09-03 18:26:37 +02:00

change password in install script

This commit is contained in:
Anmol 2017-06-30 03:54:01 +05:30
parent aed9b3f7ee
commit e094111544
2 changed files with 7 additions and 7 deletions

BIN
git-credential-osxkeychain Executable file

Binary file not shown.

View file

@ -25,7 +25,7 @@
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": { "ask": {
"en": "Choose a domain name for ynhexample", "en": "Choose a domain name for ynhexample"
}, },
"example": "example.com" "example": "example.com"
}, },
@ -33,7 +33,7 @@
"name": "path", "name": "path",
"type": "path", "type": "path",
"ask": { "ask": {
"en": "Choose a path for ynhexample", "en": "Choose a path for ynhexample"
}, },
"example": "/example", "example": "/example",
"default": "/webtrees" "default": "/webtrees"
@ -41,21 +41,21 @@
{ {
"name": "username", "name": "username",
"ask": { "ask": {
"en": "Choose an admin username (Not a LDAP User)", "en": "Choose an admin username (Not a LDAP User)"
}, },
"example": "john" "example": "john"
}, },
{ {
"name": "name", "name": "name",
"ask": { "ask": {
"en": "Name of the user (Not a LDAP User)", "en": "Name of the user (Not a LDAP User)"
}, },
"example": "john doe" "example": "john doe"
}, },
{ {
"name": "email", "name": "email",
"ask": { "ask": {
"en": "Admin email (All the new registration will be sent on this email)", "en": "Admin email (All the new registration will be sent on this email)"
}, },
"example": "admin@example.com" "example": "admin@example.com"
}, },
@ -63,7 +63,7 @@
"name": "password", "name": "password",
"type": "password", "type": "password",
"ask": { "ask": {
"en": "Password for the admin account (At least 6 characters long)", "en": "Password for the admin account (At least 6 characters long)"
}, },
"example": "admin@example.com" "example": "admin@example.com"
}, },
@ -71,7 +71,7 @@
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"en": "Is it a public application?", "en": "Is it a public application?"
}, },
"default": true "default": true
} }