Allow user to change its own password

This commit is contained in:
Benjamin Dauvergne 2015-03-26 19:48:44 +01:00
parent b495ec25a4
commit f315eb0c6e
1 changed files with 3 additions and 0 deletions

View File

@ -219,6 +219,7 @@ $GLOBALS['LSobjects']['LSsupannPerson'] = array (
),
'required' => 1,
'rights' => array(
'self' => 'w',
'admin' => 'w'
),
'view' => 1,
@ -255,6 +256,7 @@ $GLOBALS['LSobjects']['LSsupannPerson'] = array (
),
'view' => 1,
'rights' => array(
'self' => 'r',
'admin' => 'w'
),
),
@ -296,6 +298,7 @@ $GLOBALS['LSobjects']['LSsupannPerson'] = array (
'ldap_type' => 'ascii',
'html_type' => 'text',
'rights' => array(
'self' => 'r',
'admin' => 'w'
),
'view' => 1,