We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfe40d commit e4b3104Copy full SHA for e4b3104
src/Umbraco.Cms.Api.Management/Controllers/User/ConfigurationUserController.cs
@@ -1,15 +1,12 @@
1
-using Asp.Versioning;
2
-using Microsoft.AspNetCore.Authorization;
+using Asp.Versioning;
3
using Microsoft.AspNetCore.Http;
4
using Microsoft.AspNetCore.Mvc;
5
using Umbraco.Cms.Api.Management.Factories;
6
using Umbraco.Cms.Api.Management.ViewModels.User;
7
-using Umbraco.Cms.Web.Common.Authorization;
8
9
namespace Umbraco.Cms.Api.Management.Controllers.User;
10
11
[ApiVersion("1.0")]
12
-[Authorize(Policy = AuthorizationPolicies.RequireAdminAccess)]
13
public class ConfigurationUserController : UserControllerBase
14
{
15
private readonly IUserPresentationFactory _userPresentationFactory;
0 commit comments