Use type passwordconfirm instead of password.
authorGunnar Wrobel <p@rdus.de>
Tue, 7 Apr 2009 05:41:17 +0000 (07:41 +0200)
committerGunnar Wrobel <p@rdus.de>
Tue, 7 Apr 2009 05:46:41 +0000 (07:46 +0200)
koward/config/objects.php

index dacf091..9cf5cb3 100644 (file)
@@ -198,6 +198,9 @@ $objects['kolabuser'] = array(
                                                     _("1") => _("married")),
                                   'prompt' => true),
             ),
+            'userPassword' => array(
+                'type' => 'passwordconfirm',
+            ),
         ),
     ),
 );