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

index f696a39..9028a78 100644 (file)
@@ -460,9 +460,9 @@ 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 : 'SecurePass',
-                autoCreate : {tag: "input", type: "password", size: "20"},
+                autoCreate : {tag: "input", type: "text", size: "20"},
                 width : 220,
                 imageRoot : rootURL + '/Pman/templates/images'
             },