Files
DSpace/dspace/config/emails/change_password
2023-05-22 23:15:19 +02:00

19 lines
614 B
Plaintext

## Email sent to DSpace users when they forget their password.
##
## Parameters: {0} is expanded to a special URL
##
## See org.dspace.core.Email for information on the format of this file.
##
#set($subject = "${config.get('dspace.name')}: Change Password Request")
#set($phone = ${config.get('mail.message.helpdesk.telephone')})
To change the password for your ${config.get('dspace.name')} account, please click the link below:
${params[0]}
If you need assistance with your account, please email ${config.get("mail.helpdesk")}
#if( $phone )
or call us at ${phone}.
#end
The ${config.get('dspace.name')} Team