From 7b9291f666071d5ff6d1a25ef0e334f9e02b8c53 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 22 Apr 2013 16:43:40 +0800 Subject: [PATCH] Pman.Dialog.PersonEditor.js --- Pman.Dialog.PersonEditor.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Pman.Dialog.PersonEditor.js b/Pman.Dialog.PersonEditor.js index c8406990..4d460d64 100644 --- a/Pman.Dialog.PersonEditor.js +++ b/Pman.Dialog.PersonEditor.js @@ -455,7 +455,16 @@ Pman.Dialog.PersonEditor.prototype = { xtype : 'TextField', width : 300 }, - + passwd1 : { + name : 'passwd1', + fieldLabel : "New Password ", + value : '', + allowBlank : true, // must be filled in as we rely on it for login details.. + inputType: 'password', + xtype : 'SecurePass', + width : 220, + imageRoot : rootURL + '/Pman/templates/images' + }, passwd2 : { name : 'passwd2', -- 2.39.2