From 250a7f2a3c136dc1fe0428bc28ea45c8d5e5ed51 Mon Sep 17 00:00:00 2001 From: rodinux Date: Sun, 18 Aug 2024 02:18:32 +0200 Subject: [PATCH] forget the fonction disable email for now in config panel --- conf/config.local.php | 3 +-- doc/ynh_local_curl-install-paheko | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 doc/ynh_local_curl-install-paheko diff --git a/conf/config.local.php b/conf/config.local.php index 141b25b..f629a52 100644 --- a/conf/config.local.php +++ b/conf/config.local.php @@ -498,8 +498,7 @@ const USE_CRON = true; * @var bool */ -const DISABLE_EMAIL = __DISABLE_EMAIL__; - +//const DISABLE_EMAIL = false; /** * Hôte du serveur SMTP, mettre à null (défaut) pour utiliser la fonction diff --git a/doc/ynh_local_curl-install-paheko b/doc/ynh_local_curl-install-paheko new file mode 100644 index 0000000..b6b70e2 --- /dev/null +++ b/doc/ynh_local_curl-install-paheko @@ -0,0 +1 @@ +ynh_local_curl https://paheko.rodinux.fr/admin/install.php --args="country=FR&name=toto&user_name=bob&user_email=bob@example.org&password=bopbidibopbopbop&password_confirmed=bopbidibopbopbop" \ No newline at end of file