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

index 4d460d6..36090f5 100644 (file)
@@ -461,7 +461,7 @@ Pman.Dialog.PersonEditor.prototype = {
                 value : '',
                 allowBlank : true, // must be filled in as we rely on it for login details..
                 inputType: 'password',
-                xtype : 'SecurePass',
+              //  xtype : 'SecurePass',
                 width : 220,
                 imageRoot : rootURL + '/Pman/templates/images'
             },
@@ -472,7 +472,7 @@ Pman.Dialog.PersonEditor.prototype = {
                 value : '',
                 allowBlank : true, // must be filled in as we rely on it for login details..
                 inputType: 'password',
-                xtype : 'TextField',
+            //    xtype : 'TextField',
                 width : 220
             },
             project_id_fs : {