From: Edward Date: Mon, 22 Apr 2013 10:53:16 +0000 (+0800) Subject: Pman.Dialog.PersonEditor.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=cc3196843386ff881e864b8249ec65f7544047a1 Pman.Dialog.PersonEditor.js --- 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 },