From d5f65a357622c1dc4f4e03cc51a41ecc8fc6df28 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 12 Mar 2010 16:17:20 +0000 Subject: [PATCH] Monotone-Parent: 1ea47f5aa8cbb7611d03ba0a965fa2a638f4467b Monotone-Revision: 04b23a9f95822b6befc693fb180c774f240fff9b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-03-12T16:17:20 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/SOGoRootPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/WebServerResources/SOGoRootPage.js b/UI/WebServerResources/SOGoRootPage.js index 5dcdac38a..06c6bb64d 100644 --- a/UI/WebServerResources/SOGoRootPage.js +++ b/UI/WebServerResources/SOGoRootPage.js @@ -193,7 +193,7 @@ function createPasswordChangeDialog() { var label = createElement("label", null, null, null, null, fields); label.appendChild(document.createTextNode(fieldLabels[i])); createElement("input", fieldNames[i], "textField", - { "name": fieldNames[i], "type": "text" }, + { "name": fieldNames[i], "type": "password" }, null, label); createElement("br", null, null, null, null, fields); }