diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl index 72d88f89d..2190b8964 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl @@ -52,55 +52,53 @@ #if> - + Add new account + + Email address * + - - Email address * - + First name * + - First name * - + Last name * + - Last name * - + <#include "userAccounts-associateProfilePanel.ftl"> - <#include "userAccounts-associateProfilePanel.ftl"> + Roles * + <#list roles as role> + checked#if> /> + ${role.label} + + #list> - Roles * - <#list roles as role> - checked#if> /> - ${role.label} - - #list> + <#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. + + <#else> + + + + Initial password * + + + + Confirm initial password * + + + + + Minimum of ${minimumLength} characters in length. + #if> - <#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. - - <#else> - - - - Initial password * - - - - Confirm initial password * - - - - - Minimum of ${minimumLength} characters in length. - #if> + or Cancel - or Cancel - - * required fields - - + * required fields + ${stylesheets.add('')} diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl index 6b6749ffb..684bf5698 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl @@ -52,61 +52,59 @@ #if> - + Edit new account + + Email address * + - - Email address * - + First name * + - First name * - + Last name * + - Last name * - + <#include "userAccounts-associateProfilePanel.ftl"> - <#include "userAccounts-associateProfilePanel.ftl"> + <#if roles?has_content> + Roles * + <#list roles as role> + checked#if> /> + ${role.label} + + #list> + #if> - <#if roles?has_content> - Roles * - <#list roles as role> - checked#if> /> - ${role.label} - - #list> - #if> + <#if emailIsEnabled??> + checked#if> /> + Reset password - <#if emailIsEnabled??> - checked#if> /> - Reset password + + Note: Instructions for resetting the password will + be emailed to the address entered above. The password will not + be reset until the user follows the link provided in this email. + + <#else> + + + + New password * + + + + Confirm initial password * + + + + + Minimum of ${minimumLength} characters in length. + Leaving this blank means that the password will not be changed. + #if> - - Note: Instructions for resetting the password will - be emailed to the address entered above. The password will not - be reset until the user follows the link provided in this email. - - <#else> - - - - New password * - - - - Confirm initial password * - - - - - Minimum of ${minimumLength} characters in length. - Leaving this blank means that the password will not be changed. - #if> + or Cancel - or Cancel - - * required fields - - + * required fields + ${stylesheets.add('')} diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-firstTimeExternal.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-firstTimeExternal.ftl index c77af6dc5..0a5346c28 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-firstTimeExternal.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-firstTimeExternal.ftl @@ -32,32 +32,30 @@ #if> - - Please provide your contact information to finish creating your account. + Please provide your contact information to finish creating your account. - - - - - First name * - + + + + + First name * + - Last name * - + Last name * + - Email address * - + Email address * + - <#if emailIsEnabled??> - - Note: An email will be sent to the address entered above notifying - that an account has been created. - - #if> + <#if emailIsEnabled??> + + Note: An email will be sent to the address entered above notifying + that an account has been created. + + #if> - or Cancel - - + or Cancel + ${stylesheets.add('')} diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-myAccount.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-myAccount.ftl index 6039dc282..9bfa10418 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-myAccount.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-myAccount.ftl @@ -58,36 +58,34 @@ #if> - + My account + + Email address * + - - Email address * - + Note: if email changes, a confirmation email will be sent to the new email address entered above. + + First name * + - Note: if email changes, a confirmation email will be sent to the new email address entered above. - - First name * - + Last name * + - Last name * - + <#if !externalAuth??> + New password + - <#if !externalAuth??> - New password - + Minimum of ${minimumLength} characters in length. Leaving this blank means that the password will not be changed. - Minimum of ${minimumLength} characters in length. Leaving this blank means that the password will not be changed. + Confirm new password + + #if> - Confirm new password - - #if> + - - - * required fields - - + * required fields + ${stylesheets.add('')}
Roles *
+ 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. +
Minimum of ${minimumLength} characters in length.
- 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. -
* required fields
+ Note: Instructions for resetting the password will + be emailed to the address entered above. The password will not + be reset until the user follows the link provided in this email. +
Leaving this blank means that the password will not be changed.
- Note: Instructions for resetting the password will - be emailed to the address entered above. The password will not - be reset until the user follows the link provided in this email. -
Please provide your contact information to finish creating your account.
- Note: An email will be sent to the address entered above notifying - that an account has been created. -
+ Note: An email will be sent to the address entered above notifying + that an account has been created. +
Note: if email changes, a confirmation email will be sent to the new email address entered above.
Minimum of ${minimumLength} characters in length. Leaving this blank means that the password will not be changed.