Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Services.WebApp/3.3/WebApp/plugins/plugins/Web.config @ 15261

Last change on this file since 15261 was 15261, checked in by jkarder, 7 years ago

#2743: merged r14722, r14726, r14732, r14738, r14748:14749, r14820, r14828, r15005 and r15075 into stable

File size: 223 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<configuration>
3  <system.web>
4    <authorization>
5      <allow roles="Hive Administrator"/>
6      <deny users="*" />
7    </authorization>
8  </system.web>
9</configuration>
Note: See TracBrowser for help on using the repository browser.