mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 11:33:11 +00:00
19 lines
614 B
Plaintext
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
|