From cc3196843386ff881e864b8249ec65f7544047a1 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 22 Apr 2013 18:53:16 +0800 Subject: [PATCH] Pman.Dialog.PersonEditor.js --- Pman.Dialog.PersonEditor.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pman.Dialog.PersonEditor.js b/Pman.Dialog.PersonEditor.js index fa4b78b4..7017ebcb 100644 --- a/Pman.Dialog.PersonEditor.js +++ b/Pman.Dialog.PersonEditor.js @@ -459,7 +459,7 @@ Pman.Dialog.PersonEditor.prototype = { name : 'passwd1', fieldLabel : "New Password ", value : '', - allowBlank : true, // must be filled in as we rely on it for login details.. + allowBlank : false, // must be filled in as we rely on it for login details.. //inputType: 'password', xtype : 'TextField', width : 220, @@ -470,8 +470,8 @@ Pman.Dialog.PersonEditor.prototype = { name : 'passwd2', fieldLabel : "Password (type again to confirm)", value : '', - allowBlank : true, // must be filled in as we rely on it for login details.. - //inputType: 'password', + allowBlank : false, // must be filled in as we rely on it for login details.. + inputType: 'password', xtype : 'TextField', width : 220 }, -- 2.39.2