projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc4b83d
)
Use type passwordconfirm instead of password.
author
Gunnar Wrobel
<p@rdus.de>
Tue, 7 Apr 2009 05:41:17 +0000
(07:41 +0200)
committer
Gunnar Wrobel
<p@rdus.de>
Tue, 7 Apr 2009 05:46:41 +0000
(07:46 +0200)
koward/config/objects.php
patch
|
blob
|
history
diff --git
a/koward/config/objects.php
b/koward/config/objects.php
index
dacf091
..
9cf5cb3
100644
(file)
--- 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',
+ ),
),
),
);