From 5d0f6ff57b8c510df713cb99aa484af8d0ffd04e Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 22 Apr 2013 19:28:53 +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 9028a780..f696a394 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: "text", size: "20"}, + autoCreate : {tag: "input", type: "password", size: "20"}, width : 220, imageRoot : rootURL + '/Pman/templates/images' }, -- 2.39.2