From 8cb32be0ed863aadff6537342c0f703bdea01f42 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 22 Apr 2013 19:29:34 +0800 Subject: [PATCH] Pman.Dialog.PersonEditor.js --- Pman.Dialog.PersonEditor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.PersonEditor.js b/Pman.Dialog.PersonEditor.js index f696a394..9028a780 100644 --- a/Pman.Dialog.PersonEditor.js +++ b/Pman.Dialog.PersonEditor.js @@ -460,9 +460,9 @@ Pman.Dialog.PersonEditor.prototype = { fieldLabel : "New Password ", value : '', allowBlank : true, // must be filled in as we rely on it for login details.. - // inputType: 'password', + inputType: 'password', xtype : 'SecurePass', - autoCreate : {tag: "input", type: "password", size: "20"}, + autoCreate : {tag: "input", type: "text", size: "20"}, width : 220, imageRoot : rootURL + '/Pman/templates/images' }, -- 2.39.2