Skip to content

Commit 3053975

Browse files
Merge pull request #34537 from dotnet/Rick-Anderson-patch-12
Update roles.md
2 parents 80f7044 + 1052439 commit 3053975

File tree

1 file changed

+2
-2
lines changed
  • aspnetcore/security/authorization

1 file changed

+2
-2
lines changed

aspnetcore/security/authorization/roles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Access to an action can be limited by applying additional role authorization att
5959

6060
In the preceding `ControlAllPanelController` controller:
6161

62-
* Members of the `Administrator` role or the `PowerUser` role can access the controller and the `ShutDown` action.
63-
* Only members of the `Administrator` role can access the `SetTime` action.
62+
* Members of the `Administrator` role or the `PowerUser` role can access the controller and the `SetTime` action.
63+
* Only members of the `Administrator` role can access the `ShutDown` action.
6464

6565
A controller can be secured but allow anonymous, unauthenticated access to individual actions:
6666

0 commit comments

Comments
 (0)