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",
"type": "domain",
"ask": {
"en": "Choose a domain name for ynhexample",
"en": "Choose a domain name for ynhexample"
},
"example": "example.com"
},
@ -33,7 +33,7 @@
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for ynhexample",
"en": "Choose a path for ynhexample"
},
"example": "/example",
"default": "/webtrees"
@ -41,21 +41,21 @@
{
"name": "username",
"ask": {
"en": "Choose an admin username (Not a LDAP User)",
"en": "Choose an admin username (Not a LDAP User)"
},
"example": "john"
},
{
"name": "name",
"ask": {
"en": "Name of the user (Not a LDAP User)",
"en": "Name of the user (Not a LDAP User)"
},
"example": "john doe"
},
{
"name": "email",
"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"
},
@ -63,7 +63,7 @@
"name": "password",
"type": "password",
"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"
},
@ -71,7 +71,7 @@
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"en": "Is it a public application?"
},
"default": true
}