From f315eb0c6e631cb1e71f1d361c653fdc9efc6528 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 26 Mar 2015 19:48:44 +0100 Subject: [PATCH] Allow user to change its own password --- local/conf/LSobjects/config.LSobjects.LSsupannPerson.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/local/conf/LSobjects/config.LSobjects.LSsupannPerson.php b/local/conf/LSobjects/config.LSobjects.LSsupannPerson.php index 8675b6d..3e27a14 100644 --- a/local/conf/LSobjects/config.LSobjects.LSsupannPerson.php +++ b/local/conf/LSobjects/config.LSobjects.LSsupannPerson.php @@ -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,