From 1941993cdf6837c19b1deef110854553a71c9710 Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 24 Jul 2017 11:00:06 +0200 Subject: [PATCH] Add a warning regarding user removal https://github.com/YunoHost-Apps/wallabag2_ynh/issues/39 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 446746c..a76a1cf 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ this package: * Allow one user to be the administrator (set at the installation) * Asynchronous import using Redis (need to be enabled in the *Internal Settings*). RabbitMQ import not supported (yet ?) +## Known issue(s) +- Removing a Yunohost's user won't delete the related wallabag user, but only desactivate it. You need to manualy remove it from wallabag before. See: https://github.com/YunoHost-Apps/wallabag2_ynh/issues/39 + ## Upgrade from v1 The upgrade from the YunoHost [Wallabag v1](https://github.com/YunoHost-Apps/wallabag_ynh) @@ -70,6 +73,10 @@ En plus des fonctionnalités principales de Wallabag, ce paquet propose égaleme * De permettre à un utilisateur d'être administrateur (réglage lors de l'installation) * Un import asynchrone utilisant Redis (à activer dans les *Paramètres Internes*). L'import via RabbitMQ n'est pas (encore ?) supporté. + +## Problème(s) connu(s) +- Supprimer un utilisateur Yunohost ne supprimera pas l'utilisateur Wallabag lié, il sera seulement désactivé. Vous devez le supprimer manuellement avant. Voir: https://github.com/YunoHost-Apps/wallabag2_ynh/issues/39 + ## Mettre à niveau depuis la v1 La mise à niveau depuis le paquet Yunohost de [Wallabag v1](https://github.com/YunoHost-Apps/wallabag_ynh) demande une opération manuelle, c'est pourquoi un nouveau paquet est fournit.