LSpeople/cn : Removed the bad validation rule.

This commit is contained in:
Benjamin Renard 2010-02-20 03:29:44 +01:00
parent 995ca8d107
commit 6746d1f0a6

View file

@ -258,7 +258,6 @@ $GLOBALS['LSobjects']['LSpeople'] = array (
'autoGenerateOnCreate' => true // default : false 'autoGenerateOnCreate' => true // default : false
), ),
'required' => 1, 'required' => 1,
'validation' => 'valid',
'rights' => array( 'rights' => array(
'self' => 'r', 'self' => 'r',
'user' => 'r', 'user' => 'r',