Pman.Dialog.PersonEditor.js
authorEdward <edward@roojs.com>
Mon, 22 Apr 2013 10:51:05 +0000 (18:51 +0800)
committerEdward <edward@roojs.com>
Mon, 22 Apr 2013 10:51:05 +0000 (18:51 +0800)
Pman.Dialog.PersonEditor.js

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