diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-resetPassword.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-resetPassword.ftl index d0f8e75a5..7208e325b 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-resetPassword.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-resetPassword.ftl @@ -4,6 +4,8 @@

Reset your Password

+

Please enter your new password for ${userAccount.emailAddress}

+ <#if errorPasswordIsEmpty??> <#assign errorMessage = "No password supplied." /> @@ -24,26 +26,22 @@
-
- Please enter your new password for ${userAccount.emailAddress} - -
- - + + + - - + + -

Minimum of ${minimumLength} characters in length.

+

Minimum of ${minimumLength} characters in length.

- - + + - +

-

* required fields

-
-
+

* required fields

+
${stylesheets.add('')} \ No newline at end of file