Summary | Domain admins cannot delete virtual email addresses |
Queue | Vilma |
Type | Bug |
State | Assigned |
Priority | 1. Low |
Owners | bklang (at) horde (dot) org |
Requester | gvargas (at) internexo (dot) co (dot) cr |
Created | 2006-08-24 (5343 days ago) |
Due | |
Updated | 2014-09-25 (2389 days ago) |
Assigned | 2006-08-24 (5343 days ago) |
Resolved | |
Milestone | |
Patch | No |
State ⇒ Assigned
Type ⇒ Bug
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Summary ⇒ Domain admins cannot delete virtual email addresses
Queue ⇒ Vilma
happens, it can be fixed changing the line 17 of
vilma/virtuals/delete.php from:
if (!Auth::isAdmin()) {
to:
if (!Auth::isAdmin() && !Vilma::isDomainAdmin() ) {