From 5fe1514473be5a96b573cc3acae09fc96d2b6791 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 11 Jun 2015 13:31:05 +0800 Subject: [PATCH] Pman.Dialog.PersonEditor.js --- Pman.Dialog.PersonEditor.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 : { -- 2.39.2