Pman.Dialog.PersonEditor.js
[Pman.Core] / Pman.Dialog.PersonEditor.js
index cff91ed..efc3f3d 100644 (file)
@@ -471,8 +471,8 @@ 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',
-                xtype : 'SecurePass',
+                inputType: 'text', // << if comment out this input type, it should be ok
+                xtype : 'TextField',
                 width : 220
             },
             project_id_fs : {