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

Admin Panel when upgrade from 1.0

This commit is contained in:
Krakinou 2018-11-24 18:31:58 +01:00 committed by GitHub
parent 44bb034625
commit cc7d419269
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,17 @@
"choices": ["Yes", "No"],
"default": "No"
}
],
"upgrade" : [
{
"name": "password",
"type": "password",
"ask": {
"en": "Enter a password to access the admin panel, this is required only if you upgrade from 1.0",
"fr": "Entrer un mot de passe pour accéder au tableau d'administration, ce n'est nécessaire qu'en cas d'upgrade depuis la version 1.0"
},
"example": "AveryStrongPassword"
},
]
}
}