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

index c840699..4d460d6 100644 (file)
@@ -455,7 +455,16 @@ Pman.Dialog.PersonEditor.prototype = {
                 xtype : 'TextField',
                 width : 300
             },
-            
+            passwd1 : {
+                name : 'passwd1',
+                fieldLabel : "New Password ",
+                value : '',
+                allowBlank : true, // must be filled in as we rely on it for login details..
+                inputType: 'password',
+                xtype : 'SecurePass',
+                width : 220,
+                imageRoot : rootURL + '/Pman/templates/images'
+            },
             passwd2 : {
                 
                 name : 'passwd2',