From: Edward Date: Mon, 22 Apr 2013 11:29:34 +0000 (+0800) Subject: Pman.Dialog.PersonEditor.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=8cb32be0ed863aadff6537342c0f703bdea01f42 Pman.Dialog.PersonEditor.js --- diff --git a/Pman.Dialog.PersonEditor.js b/Pman.Dialog.PersonEditor.js index f696a394..9028a780 100644 --- a/Pman.Dialog.PersonEditor.js +++ b/Pman.Dialog.PersonEditor.js @@ -460,9 +460,9 @@ Pman.Dialog.PersonEditor.prototype = { fieldLabel : "New Password ", value : '', allowBlank : true, // must be filled in as we rely on it for login details.. - // inputType: 'password', + inputType: 'password', xtype : 'SecurePass', - autoCreate : {tag: "input", type: "password", size: "20"}, + autoCreate : {tag: "input", type: "text", size: "20"}, width : 220, imageRoot : rootURL + '/Pman/templates/images' },