From 8dc1633a2a00f2662240085f7d52486445e6fb74 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 22 Apr 2013 20:02:49 +0800 Subject: [PATCH] Pman.Dialog.PersonEditor.js --- Pman.Dialog.PersonEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Dialog.PersonEditor.js b/Pman.Dialog.PersonEditor.js index 4d460d64..ff011a61 100644 --- a/Pman.Dialog.PersonEditor.js +++ b/Pman.Dialog.PersonEditor.js @@ -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: 'password', + inputType: 'password', // << if comment out this input type, it should be ok xtype : 'TextField', width : 220 }, -- 2.39.2