From 38209ca1f3542e3f104c7eff1ef9393596e98cd4 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 11 Jun 2015 13:28:05 +0800 Subject: [PATCH] Pman.Dialog.PersonEditor.js --- Pman.Dialog.PersonEditor.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Pman.Dialog.PersonEditor.js b/Pman.Dialog.PersonEditor.js index b1413e37..7f980206 100644 --- a/Pman.Dialog.PersonEditor.js +++ b/Pman.Dialog.PersonEditor.js @@ -517,6 +517,15 @@ Pman.Dialog.PersonEditor.prototype = { xtype : 'TextField', 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', + width : 220 + }, project_id_fs : { xtype : 'FieldSetEx', name: 'project_id_fs', -- 2.39.2