From: Gunnar Wrobel
Date: Tue, 7 Apr 2009 05:41:17 +0000 (+0200) Subject: Use type passwordconfirm instead of password. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=fd226bbfcf8edff896aad8fb259560a2468553ec;p=horde.git Use type passwordconfirm instead of password. --- diff --git a/koward/config/objects.php b/koward/config/objects.php index dacf09136..9cf5cb3d2 100644 --- a/koward/config/objects.php +++ b/koward/config/objects.php @@ -198,6 +198,9 @@ $objects['kolabuser'] = array( _("1") => _("married")), 'prompt' => true), ), + 'userPassword' => array( + 'type' => 'passwordconfirm', + ), ), ), );