1
0
Fork 0
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:
tituspijean 2024-04-07 15:09:01 +02:00 committed by GitHub
commit e7e098aaa9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -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"

View file

@ -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" \