📝 Improve lufi.conf.template for invitations

This commit is contained in:
Luc Didry 2019-07-24 21:58:39 +02:00
parent b26c232e3c
commit e8ff0e467d
No known key found for this signature in database
GPG Key ID: EA868E12D0257E3C
1 changed files with 7 additions and 4 deletions

View File

@ -71,7 +71,7 @@
# optional, default is 0 (no limit) # optional, default is 0 (no limit)
#default_delay => 0, #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 # A warning message will be displayed on homepage
# optional, default is 0 (no limit) # optional, default is 0 (no limit)
#max_delay => 0, #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. # You may need to fetch some attributes from LDAP to use some invitations settings. See `ldap_map_attr` above.
# optional, no default # optional, no default
#invitations => { #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 # # 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 # # 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. # # The user is able to set an expiration delay for the invitation.
# # This expiration delay cant be more than this setting (in days). # # This expiration delay cant be more than this setting (in days).
# # optional, default is 30 days # # optional, default is 30 days
@ -260,7 +263,7 @@
# # set this option to 1. # # set this option to 1.
# # optional, default is 0 (disabled) # # optional, default is 0 (disabled)
# extend_invitation_expiration_on_resend => 0, # extend_invitation_expiration_on_resend => 0,
#} #},
######################### #########################
# Htpasswd authentication # Htpasswd authentication