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 | 08/24/2006 (6838 days ago) |
Due | |
Updated | 12/21/2021 (1240 days ago) |
Assigned | 08/24/2006 (6838 days ago) |
Resolved | |
Milestone | |
Patch | No |
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
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() ) {