Skip to content

Commit bccb03a

Browse files
Merge pull request #34533 from timdeschryver/issue/34525
fix role access descriptions in authorization documentation
2 parents 3a0e2ea + a5845bc commit bccb03a

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
@@ -138,8 +138,8 @@ If multiple attributes are applied at the controller and action levels, ***all**
138138

139139
In the preceding `ControlAllPanelController` controller:
140140

141-
* Members of the `Administrator` role or the `PowerUser` role can access the controller and the `SetTime` action.
142-
* Only members of the `Administrator` role can access the `ShutDown` action.
141+
* Members of the `Administrator` role can access the controller and the `SetTime` action.
142+
* Only members of the `Administrator` **and** the `PowerUser` role can access the `ShutDown` action.
143143

144144
You can also lock down a controller but allow anonymous, unauthenticated access to individual actions.
145145

0 commit comments

Comments
 (0)