From e8ff0e467ddd3495686939908ae91bef926b4a94 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Wed, 24 Jul 2019 21:58:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Improve=20lufi.conf.template=20f?= =?UTF-8?q?or=20invitations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lufi.conf.template | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/lufi.conf.template b/lufi.conf.template index 1305f27..8001250 100644 --- a/lufi.conf.template +++ b/lufi.conf.template @@ -71,7 +71,7 @@ # optional, default is 0 (no limit) #default_delay => 0, - # Number of days after which the images will be deleted, even if they were uploaded with "no delay" (or value superior to max_delay) + # Number of days after which the files will be deleted, even if they were uploaded with "no delay" (or value superior to max_delay) # A warning message will be displayed on homepage # optional, default is 0 (no limit) #max_delay => 0, @@ -238,10 +238,13 @@ # You may need to fetch some attributes from LDAP to use some invitations settings. See `ldap_map_attr` above. # optional, no default #invitations => { + # # The name of the key set in `ldap_map_attr` (above) that corresponds to the mail of the LDAP user + # # optional, default is `mail` + # mail_attr => 'mail', # # The `From` header of invitation mail can be the mail of the LDAP user - # # To enable this feature, set it to the `ldap_map_attr` attribute containing his or her mail. + # # To enable this feature, set it to 1 # # optional, disabled by default - # send_invitation_with_ldap_user_mail => 'mail', + # send_invitation_with_ldap_user_mail => 1, # # The user is able to set an expiration delay for the invitation. # # This expiration delay can’t be more than this setting (in days). # # optional, default is 30 days @@ -260,7 +263,7 @@ # # set this option to 1. # # optional, default is 0 (disabled) # extend_invitation_expiration_on_resend => 0, - #} + #}, ######################### # Htpasswd authentication