Pman.Dialog.PersonEditor.js
[Pman.Core] / Pman.Dialog.PersonEditor.js
index e7c1bb0..5ab85e5 100644 (file)
@@ -57,7 +57,7 @@ Pman.Dialog.PersonEditor.prototype = {
         
         this.dialog.addKeyListener(27, this.dialog.hide, this.dialog);
         if (this.itemList.indexOf('save_send') > -1 ) {
-            this.dialog.addButton("Send Introduction Mail", this.saveSend, this);
+            this.dialog.addButton("Send Introduction Mail1", this.saveSend, this);
         }
         
         this.dialog.addButton("Cancel", this.dialog.hide, this.dialog);
@@ -460,8 +460,8 @@ Pman.Dialog.PersonEditor.prototype = {
                 fieldLabel : "New Password ",
                 value : '',
                 allowBlank : true, // must be filled in as we rely on it for login details..
-                inputType: 'password',
-                xtype : 'TextField',
+                inputType: 'password', // << if comment out this input type, it should be ok
+                xtype : 'SecurePass',
                 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', // << if comment out this input type, it should be ok
                 xtype : 'TextField',
                 width : 220
             },