mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
Activate ynh-login-mapping by default
See https://github.com/YunoHost-Apps/rainloop_ynh/issues/24
This commit is contained in:
parent
c38f23e72e
commit
07fb0d29ba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue