X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=src%2Fclub%2Fwpia%2Fgigi%2Fpages%2Fadmin%2Fsupport%2FSupportEnterTicketPage.java;h=14b1faafc62a7afcd7ed5d43538c836fd94c370e;hp=24f093a42f1c090991abaf333b14873bca2ee2c1;hb=7c9a443cdc81dfc8129f898d510e13bccc558ee0;hpb=1fb06a8d7882c839d4b78319e96d1f5c01f261c2 diff --git a/src/club/wpia/gigi/pages/admin/support/SupportEnterTicketPage.java b/src/club/wpia/gigi/pages/admin/support/SupportEnterTicketPage.java index 24f093a4..14b1faaf 100644 --- a/src/club/wpia/gigi/pages/admin/support/SupportEnterTicketPage.java +++ b/src/club/wpia/gigi/pages/admin/support/SupportEnterTicketPage.java @@ -47,7 +47,7 @@ public class SupportEnterTicketPage extends Page { @Override public boolean isPermitted(AuthorizationContext ac) { - return ac != null && ac.isInGroup(Group.SUPPORTER); + return ac != null && ac.isInGroup(Group.SUPPORTER) && ac.isStronglyAuthenticated(); } }