DataObjects/core.sql
[Pman.Core] / Pman.Dialog.PersonEditor.js
index 7017ebc..752b1b3 100644 (file)
@@ -459,9 +459,9 @@ Pman.Dialog.PersonEditor.prototype = {
                 name : 'passwd1',
                 fieldLabel : "New Password ",
                 value : '',
-                allowBlank : false, // must be filled in as we rely on it for login details..
-                //inputType: 'password',
-                xtype : 'TextField',
+                allowBlank : true, // must be filled in as we rely on it for login details..
+                inputType: 'password', // << if comment out this input type, it should be ok
+                xtype : 'SecurePass',
                 width : 220,
                 imageRoot : rootURL + '/Pman/templates/images'
             },
@@ -470,8 +470,8 @@ Pman.Dialog.PersonEditor.prototype = {
                 name : 'passwd2',
                 fieldLabel : "Password (type again to confirm)",
                 value : '',
-                allowBlank : false, // must be filled in as we rely on it for login details..
-                inputType: 'password',
+                allowBlank : true, // must be filled in as we rely on it for login details..
+                inputType: 'password', // << if comment out this input type, it should be ok
                 xtype : 'TextField',
                 width : 220
             },