Skip to content

Commit 1052439

Browse files
Update roles.md
Fixes #34525
1 parent 6aa1bba commit 1052439

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)