From: Edward Date: Thu, 11 Jun 2015 05:31:05 +0000 (+0800) Subject: Pman.Dialog.PersonEditor.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5fe1514473be5a96b573cc3acae09fc96d2b6791 Pman.Dialog.PersonEditor.js --- diff --git a/Pman.Dialog.PersonEditor.js b/Pman.Dialog.PersonEditor.js index 7f980206..e48e629f 100644 --- a/Pman.Dialog.PersonEditor.js +++ b/Pman.Dialog.PersonEditor.js @@ -518,12 +518,13 @@ Pman.Dialog.PersonEditor.prototype = { width : 220 }, secure_passowrd : { - 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', // << if comment out this input type, it should be ok - xtype : 'TextField', + name : 'secure_passowrd', + fieldLabel : "Secure passwords", + inputValue : 1, + valueOff : 0, + checked : true, + xtype : 'Checkbox', + xns : Roo.form, width : 220 }, project_id_fs : {