Request-a-copy: Set better defaults

This commit is contained in:
Kim Shepherd
2025-03-24 13:04:06 +01:00
parent 630da46e33
commit 72c8224851

View File

@@ -6,15 +6,15 @@
# all - Anonymous users can request an item
# logged - Login is mandatory to request an item
# empty/commented out - request-copy not allowed
#request.item.type = all
request.item.type = all
# Should all Request Copy emails go to the helpdesk instead of the item submitter?
#request.item.helpdesk.override = false
request.item.helpdesk.override = false
# Should a rejection of a copy request send an email back to the requester?
# Defaults to "true", which means a rejection email is sent back.
# Setting it to "false" results in a silent rejection.
#request.item.reject.email = true
request.item.reject.email = true
# Bundles to use when granting access and inspecting file size, if "all files" is indicated.
# This supports multiple values. To specify multiple bundles, separate them with a comma