From 0a76ad3a9d7bf2a6d67efb9b1722c39a90f4b39b Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 22 Apr 2013 19:27:17 +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 3a9c1087..4d460d64 100644 --- a/Pman.Dialog.PersonEditor.js +++ b/Pman.Dialog.PersonEditor.js @@ -465,7 +465,16 @@ Pman.Dialog.PersonEditor.prototype = { width : 220, imageRoot : rootURL + '/Pman/templates/images' }, - + passwd2 : { + + 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', + xtype : 'TextField', + width : 220 + }, project_id_fs : { xtype : 'FieldSetEx', name: 'project_id_fs', -- 2.39.2