From ae7965b390723eadaca10187af20cc31390c79c8 Mon Sep 17 00:00:00 2001 From: cappadona Date: Mon, 16 May 2011 17:24:37 +0000 Subject: [PATCH] NIHVIVO-2601 Removed displaying entered values for password fields on validation --- webapp/web/templates/freemarker/body/adminLogin.ftl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/web/templates/freemarker/body/adminLogin.ftl b/webapp/web/templates/freemarker/body/adminLogin.ftl index dec97ba6a..1751efd3f 100644 --- a/webapp/web/templates/freemarker/body/adminLogin.ftl +++ b/webapp/web/templates/freemarker/body/adminLogin.ftl @@ -36,7 +36,7 @@ - <#if ( !newPasswordRequired?? )> + <#if !newPasswordRequired??>

Enter the email address and password for your internal Vitro account.

<#else>

You must change your password to log in.

@@ -45,12 +45,12 @@
<#if newPasswordRequired??> - +

Minimum of 6 characters in length.

- +