Pman.Dialog.PersonEditor.js
authorEdward <edward@roojs.com>
Mon, 22 Apr 2013 11:27:17 +0000 (19:27 +0800)
committerEdward <edward@roojs.com>
Mon, 22 Apr 2013 11:27:17 +0000 (19:27 +0800)
Pman.Dialog.PersonEditor.js

index 3a9c108..4d460d6 100644 (file)
@@ -465,7 +465,16 @@ Pman.Dialog.PersonEditor.prototype = {
                 width : 220,
                 imageRoot : rootURL + '/Pman/templates/images'
             },
-            
+            passwd2 : {
+                
+                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',
+                xtype : 'TextField',
+                width : 220
+            },
             project_id_fs : {
                 xtype : 'FieldSetEx',
                 name: 'project_id_fs',