Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ufal/be-email-restricted-download #484

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions dspace/config/emails/clarin_autoregistration
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# E-mail sent to confirm authenticity of the user's e-mail.
#
# Parameters: {0} confirmation e-mail
# {1} helpdesk email
# {2} helpdesk phone number
# {3} DSpace name short
# {4} DSpace name
# {5} DSpace UI url
#
# See org.dspace.core.Email for information on the format of this file.
#
## E-mail sent to confirm authenticity of the user's e-mail.
##
## Parameters: {0} confirmation e-mail
## {1} helpdesk email
## {2} helpdesk phone number
## {3} DSpace name short
## {4} DSpace name
## {5} DSpace UI url
##
## See org.dspace.core.Email for information on the format of this file.
##
Subject: ${params[3]}: Account Registration
To complete registration for a ${params[3]} repository account at {params[5]}, please click the link below:

Expand Down
26 changes: 13 additions & 13 deletions dspace/config/emails/clarin_download_link
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# E-mail with a download link
#
# Parameters: {0} is expanded to filename
# {1} to a download URL
# {2} to license url
# {3} helpdesk email
# {4} helpdesk phone number
# {5} DSpace name short
# {6} DSpace name
# {7} DSpace UI url
#
# See org.dspace.core.Email for information on the format of this file.
#
## E-mail with a download link
##
## Parameters: {0} is expanded to filename
## {1} to a download URL
## {2} to license url
## {3} helpdesk email
## {4} helpdesk phone number
## {5} DSpace name short
## {6} DSpace name
## {7} DSpace UI url
##
## See org.dspace.core.Email for information on the format of this file.
##
Subject: ${params[5]}: Download instructions for ${params[0]}
To download the file you have requested, please click the link below:
${params[1]}
Expand Down
Loading