Associate a profile with this account
checked#if> id="associate" /> @@ -63,12 +83,14 @@ -- Note: An email will be sent to the address entered above - notifying that an account has been created. - It will include instructions for activating the account and creating a password. -
- + <#if emailIsEnabled??> ++ Note: An email will be sent to the address entered above + notifying that an account has been created. + It will include instructions for activating the account and creating a password. +
+ #if> + or Cancel* required fields
diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-createPassword.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-createPassword.ftl new file mode 100644 index 000000000..6bd7b6a99 --- /dev/null +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-createPassword.ftl @@ -0,0 +1,49 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#-- Template for adding a user account --> + +${errorMessage}
++ ${userAccount.firstName} ${userAccount.lastName} +
+ ++ Password successfully created. +
+ ++ Yout new password associated with ${userAccount.emailAddress} has been created. +
+ ++ Thank you. +
+ + \ No newline at end of file diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-passwordCreatedEmail-text.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-passwordCreatedEmail-text.ftl new file mode 100644 index 000000000..c44afae0d --- /dev/null +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-passwordCreatedEmail-text.ftl @@ -0,0 +1,12 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#-- Confirmation that an account has been created. --> + +${userAccount.firstName} ${userAccount.lastName} + +Password successfully created. + +Your new password associated with ${userAccount.emailAddress} +has been created. + +Thank you.