Skip to content

Commit

Permalink
Added CmsAdmins and WebAdmin as default allowed roles for control pan…
Browse files Browse the repository at this point in the history
…el route
  • Loading branch information
valdisiljuconoks committed May 7, 2015
1 parent 3dc4312 commit 6ef44e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions FeatureSwitch.EPiServer.Cms75/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
[assembly: AssemblyDescription("FeatureSwitch integration library for EPiServer 7.5 CMS platform.")]
[assembly: ComVisible(false)]
[assembly: Guid("8814689b-3a7a-47c5-b5c9-3141cd17340d")]
[assembly: AssemblyVersion("2.3.1.0")]
[assembly: AssemblyFileVersion("2.3.1.0")]
[assembly: AssemblyInformationalVersion("2.3.1")]
[assembly: AssemblyVersion("2.3.2.0")]
[assembly: AssemblyFileVersion("2.3.2.0")]
[assembly: AssemblyInformationalVersion("2.3.2")]
2 changes: 1 addition & 1 deletion FeatureSwitch.EPiServer/FeatureSwitchInit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public void Initialize(InitializationEngine context)
ctx.AutoDiscoverFeatures = true;
})
.WithRoute("modules/FeatureSwitch")
.WithRoles("Administrators")
.WithRoles("Administrators, WebAdmins, CmsAdmins")
.ValidateConfiguration();
}

Expand Down

0 comments on commit 6ef44e5

Please sign in to comment.