From 07fb0d29ba36ee826ad8109d6126ddbcedfafa3f Mon Sep 17 00:00:00 2001 From: Jeff Date: Sun, 5 Mar 2017 17:32:02 +0100 Subject: [PATCH] Activate ynh-login-mapping by default See https://github.com/YunoHost-Apps/rainloop_ynh/issues/24 --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 47a2934..0e46e8b 100644 --- a/scripts/install +++ b/scripts/install @@ -80,7 +80,7 @@ CHECK_DOMAINPATH ynh_app_setting_set "$app" lang "$lang" # Set plugins - plugins="auto-domain-grab" # This plugin is trying to automatically grab unknown domains if users want to add external email accounts + plugins="ynh-login-mapping,auto-domain-grab" # This plugin is trying to automatically grab unknown domains if users want to add external email accounts if [ "$ldap" = "Yes" ]; then plugins="$plugins,ynh-ldap-suggestions" # This plugin is to suggest YunoHost users in recipients list