mirror of
https://github.com/YunoHost-Apps/agora_ynh.git
synced 2024-09-03 18:06:21 +02:00
Merge pull request #13 from YunoHost-Apps/fix-install
This commit is contained in:
commit
e7e098aaa9
2 changed files with 3 additions and 2 deletions
|
@ -52,6 +52,8 @@ ram.runtime = "50M"
|
|||
|
||||
[install.admin]
|
||||
type = "user"
|
||||
help.en = "The user's main email address will be used for login, not their username."
|
||||
help.fr = "L'adresse email principale de ce compte sera utilisée pour la connexion, le nom de compte ne fonctionnera pas."
|
||||
|
||||
[install.password]
|
||||
type = "password"
|
||||
|
|
|
@ -55,10 +55,9 @@ ynh_local_curl "/?ctrl=offline&action=install&disconnect=1" \
|
|||
"db_password=$db_pwd" \
|
||||
"adminName=$admin_lastname" \
|
||||
"adminFirstName=$admin_firstname" \
|
||||
"adminLogin=$admin" \
|
||||
"adminMailLogin=$admin_mail" \
|
||||
"adminPassword=$password" \
|
||||
"adminPasswordVerif=$password" \
|
||||
"adminMail=$admin_mail" \
|
||||
"spaceName=YunoHost" \
|
||||
"spaceDescription=YunoHost" \
|
||||
"spacePublic=0" \
|
||||
|
|
Loading…
Reference in a new issue