Pman.Dialog.PersonEditor.js
authorEdward <edward@roojs.com>
Thu, 11 Jun 2015 05:31:05 +0000 (13:31 +0800)
committerEdward <edward@roojs.com>
Thu, 11 Jun 2015 05:31:05 +0000 (13:31 +0800)
Pman.Dialog.PersonEditor.js

index 7f98020..e48e629 100644 (file)
@@ -518,12 +518,13 @@ Pman.Dialog.PersonEditor.prototype = {
                 width : 220
             },
             secure_passowrd : {
-                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', // << if comment out this input type, it should be ok
-                xtype : 'TextField',
+                name : 'secure_passowrd',
+                fieldLabel : "Secure passwords",
+                inputValue : 1,
+                valueOff : 0,
+                checked : true,
+                xtype : 'Checkbox',
+                xns : Roo.form,
                 width : 220
             },
             project_id_fs : {