[Tickets #4329] NEW: Domain admins cannot delete virtual email addresses
bugs@bugs.horde.org
bugs at bugs.horde.org
Wed Aug 23 17:11:18 PDT 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4329
-----------------------------------------------------------------------
Ticket | 4329
Created By | gvargas at internexo.co.cr
Summary | Domain admins cannot delete virtual email addresses
Queue | Vilma
Type | Bug
State | Unconfirmed
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
gvargas at internexo.co.cr (2006-08-23 17:11) wrote:
When a domain admin try to delete some virtual email address, nothing
happens, it can be fixed changing the line 17 of vilma/virtuals/delete.php
from:
if (!Auth::isAdmin()) {
to:
if (!Auth::isAdmin() && !Vilma::isDomainAdmin() ) {
More information about the bugs
mailing list