From: Edward Date: Mon, 22 Apr 2013 12:03:12 +0000 (+0800) Subject: Pman.Dialog.PersonEditor.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b65bc6d736c2334bba6d74e0760ab1469e4c6611 Pman.Dialog.PersonEditor.js --- diff --git a/Pman.Dialog.PersonEditor.js b/Pman.Dialog.PersonEditor.js index ff011a61..efc3f3da 100644 --- a/Pman.Dialog.PersonEditor.js +++ b/Pman.Dialog.PersonEditor.js @@ -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', // << if comment out this input type, it should be ok + inputType: 'text', // << if comment out this input type, it should be ok xtype : 'TextField', width : 220 },