[ingo] Shared filters and sieve euser
SSRI
ssri_abo at u-paris2.fr
Mon Jul 22 09:09:52 UTC 2013
> Zitat von SSRI <ssri_abo at u-paris2.fr>:
>
>>>
>>>> Hi,
>>>>
>>>> We want our users to be able to edit sieve filters from other
>>>> users. We have setup Ingo permissions to do that and admin user
>>>> has been added in backend configuration. One user can see rules
>>>> from some other users in the ruleset.
>>>>
>>>> How do you setup the euser parameter to match the user whom rules
>>>> are currently edited ?
>>>
>>> This should happen automatically.
>>
>> In the backends configuration file, when I switch from false to
>> true in 'shares' ( sieve backend ), users can't edit their own rules.
>
> This is not a helpful error description.
1st backend configuration :
$backends['sieve'] = array(
// Disabled by default
'disabled' => false,
...
...
'shares' => false
);
Users can edit their own rules and apply them on the backends.
2nd backend configuration :
$backends['sieve'] = array(
// Disabled by default
'disabled' => false,
...
...
'shares' => true
);
Users can't edit their own rules ( no link to rule pages
ingo/rule.php?edit .. )
More information about the ingo
mailing list