diff --git a/webapp/web/css/edit.css b/webapp/web/css/edit.css
index be8ae20ba..ad2099f6f 100644
--- a/webapp/web/css/edit.css
+++ b/webapp/web/css/edit.css
@@ -355,4 +355,8 @@ div.sparqlform .parenthetical {
display: block;
background: #FFF6BF;
color: #7F7034;
+}
+.note {
+ font-size: .8em;
+ line-height: 1.3em;
}
\ No newline at end of file
diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl
index 8b3de3b17..58bbca38c 100644
--- a/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl
+++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl
@@ -2,7 +2,7 @@
<#-- Template for adding a user account -->
-
Add new account
+Add new account
<#if errorEmailIsEmpty??>
<#assign errorMessage = "You must supply an email address." />
@@ -24,18 +24,6 @@
<#assign errorMessage = "You must select a role." />
#if>
- <#if errorPasswordIsEmpty??>
- <#assign errorMessage = "No password supplied." />
- #if>
-
- <#if errorPasswordIsWrongLength??>
- <#assign errorMessage = "Password must be between 6 and 12 characters." />
- #if>
-
- <#if errorPasswordsDontMatch??>
- <#assign errorMessage = "Passwords do not match." />
- #if>
-
<#if errorMessage?has_content>
@@ -43,52 +31,49 @@
#if>
-
+
+
+
+
+${stylesheets.add('')}
\ No newline at end of file
diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl
index 95dc4a47f..9df6b9905 100644
--- a/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl
+++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl
@@ -2,5 +2,5 @@
<#-- Template for editing a user account -->
-Edit user account
+Edit user account
diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl
index d4cc2cc31..d59d8d20b 100644
--- a/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl
+++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl
@@ -2,7 +2,7 @@
<#-- Template for displaying list of user accounts -->
-
-
@@ -75,7 +75,7 @@
-