mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
Set default privileges to none to prevent other users from accessing address books
This commit is contained in:
parent
fc4f6013db
commit
2caea0a39e
@ -106,8 +106,9 @@ function CreateHomeCollections( $username, $default_timezone = null ) {
|
||||
// XXX Should we not do this for ROOMS?
|
||||
if( !empty($c->home_addressbook_name) )
|
||||
$c->default_collections[] = array(
|
||||
'type' => 'addressbook',
|
||||
'name' => $c->home_addressbook_name
|
||||
'type' => 'addressbook',
|
||||
'name' => $c->home_addressbook_name,
|
||||
'privileges' => array()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user