mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 23:13:10 +00:00
Request-a-copy: Set better defaults
This commit is contained in:
@@ -6,15 +6,15 @@
|
|||||||
# all - Anonymous users can request an item
|
# all - Anonymous users can request an item
|
||||||
# logged - Login is mandatory to request an item
|
# logged - Login is mandatory to request an item
|
||||||
# empty/commented out - request-copy not allowed
|
# 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?
|
# 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?
|
# 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.
|
# Defaults to "true", which means a rejection email is sent back.
|
||||||
# Setting it to "false" results in a silent rejection.
|
# 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.
|
# 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
|
# This supports multiple values. To specify multiple bundles, separate them with a comma
|
||||||
|
Reference in New Issue
Block a user