Summary | Restrict "change permissions" to admins |
Queue | Kronolith |
Queue Version | 2.3.1 |
Type | Enhancement |
State | No Feedback |
Priority | 1. Low |
Owners | |
Requester | pcravero (at) as2594 (dot) net |
Created | 06/23/2009 (5854 days ago) |
Due | |
Updated | 10/01/2009 (5754 days ago) |
Assigned | |
Resolved | 10/01/2009 (5754 days ago) |
Milestone | |
Patch | No |
State ⇒ Feedback
anyone from editing their calendar permissions. Is that sufficient? Or
do you need to actively allow admins to do the sharing?
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ Restrict "change permissions" to admins
Type ⇒ Enhancement
State ⇒ New
user base (>10k).
We need the ability to restrict the possibility to 'change calendar
permissions' only to users listed in Horde's $conf['auth']['admins'] .
So only global admins can promote a calendar to group calendar once
the actual need is verified.
We had patched an old version by wrapping the display of links/icons
with "if (Auth::isAdmin()) { }" control. This might not be the right
way to do it, and probably requires an additional configuration
parameter to toggle this function.
Makes sense?