Pman.Dialog.PersonEditor.js
authorEdward <edward@roojs.com>
Mon, 22 Apr 2013 10:53:16 +0000 (18:53 +0800)
committerEdward <edward@roojs.com>
Mon, 22 Apr 2013 10:53:16 +0000 (18:53 +0800)
Pman.Dialog.PersonEditor.js

index fa4b78b..7017ebc 100644 (file)
@@ -459,7 +459,7 @@ Pman.Dialog.PersonEditor.prototype = {
                 name : 'passwd1',
                 fieldLabel : "New Password ",
                 value : '',
-                allowBlank : true, // must be filled in as we rely on it for login details..
+                allowBlank : false, // must be filled in as we rely on it for login details..
                 //inputType: 'password',
                 xtype : 'TextField',
                 width : 220,
@@ -470,8 +470,8 @@ Pman.Dialog.PersonEditor.prototype = {
                 name : 'passwd2',
                 fieldLabel : "Password (type again to confirm)",
                 value : '',
-                allowBlank : true, // must be filled in as we rely on it for login details..
-                //inputType: 'password',
+                allowBlank : false, // must be filled in as we rely on it for login details..
+                inputType: 'password',
                 xtype : 'TextField',
                 width : 220
             },