1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00
This commit is contained in:
ericgaspar 2021-04-19 20:07:49 +02:00
parent b56d5eee56
commit 7fe97ee09b
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 1 additions and 5 deletions

View file

@ -50,10 +50,6 @@
{ {
"name": "password", "name": "password",
"type": "password", "type": "password",
"help": {
"en": "Use the help field to add an information for the admin about this question.",
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
},
"example": "Choose a password" "example": "Choose a password"
} }
] ]

View file

@ -123,7 +123,7 @@ ynh_systemd_action --service_name=nginx --action=reload
# Installation with curl # Installation with curl
ynh_script_progression --message="Finalizing installation..." --weight=1 ynh_script_progression --message="Finalizing installation..." --weight=1
ynh_local_curl "/cp-install" "csrf_test_name=7b748827ae56137fb7c8abd7f7e4ea00" "email=$email" "username=$admin" "password=$password" ynh_local_curl "/cp-install" "email=$email" "username=$admin" "password=$password"
ynh_permission_update --permission="main" --remove="visitors" ynh_permission_update --permission="main" --remove="visitors"