DataObjects/Core_notify.php
[Pman.Core] / Pman.Dialog.PersonEditor.js
index 36090f5..752b1b3 100644 (file)
@@ -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 : 'SecurePass',
+                inputType: 'password', // << if comment out this input type, it should be ok
+                xtype : 'SecurePass',
                 width : 220,
                 imageRoot : rootURL + '/Pman/templates/images'
             },
@@ -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 : 'TextField',
+                inputType: 'password', // << if comment out this input type, it should be ok
+                xtype : 'TextField',
                 width : 220
             },
             project_id_fs : {