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