From 71345550833eedac61247c0798f6bcc89c38adef Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 22 Apr 2013 20:03:44 +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 efc3f3da..752b1b30 100644 --- a/Pman.Dialog.PersonEditor.js +++ b/Pman.Dialog.PersonEditor.js @@ -460,7 +460,7 @@ 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', // << if comment out this input type, it should be ok xtype : 'SecurePass', width : 220, imageRoot : rootURL + '/Pman/templates/images' @@ -471,7 +471,7 @@ Pman.Dialog.PersonEditor.prototype = { fieldLabel : "Password (type again to confirm)", value : '', allowBlank : true, // must be filled in as we rely on it for login details.. - inputType: 'text', // << if comment out this input type, it should be ok + inputType: 'password', // << if comment out this input type, it should be ok xtype : 'TextField', width : 220 }, -- 2.39.2