Pman.Dialog.PersonEditor.js
authorEdward <edward@roojs.com>
Mon, 22 Apr 2013 12:03:12 +0000 (20:03 +0800)
committerEdward <edward@roojs.com>
Mon, 22 Apr 2013 12:03:12 +0000 (20:03 +0800)
Pman.Dialog.PersonEditor.js

index ff011a6..efc3f3d 100644 (file)
@@ -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
             },