From: Edward Date: Mon, 22 Apr 2013 10:51:05 +0000 (+0800) Subject: Pman.Dialog.PersonEditor.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c3c4a4a608f1e9b408f05df92224b64096cef954 Pman.Dialog.PersonEditor.js --- diff --git a/Pman.Dialog.PersonEditor.js b/Pman.Dialog.PersonEditor.js index e7c1bb03..fa4b78b4 100644 --- a/Pman.Dialog.PersonEditor.js +++ b/Pman.Dialog.PersonEditor.js @@ -460,7 +460,7 @@ 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 : 'TextField', width : 220, imageRoot : rootURL + '/Pman/templates/images' @@ -471,7 +471,7 @@ Pman.Dialog.PersonEditor.prototype = { fieldLabel : "Password (type again to confirm)", value : '', allowBlank : true, // must be filled in as we rely on it for login details.. - inputType: 'password', + //inputType: 'password', xtype : 'TextField', width : 220 },