Opened 5 years ago
Closed 5 years ago
#6940 closed defect (bug) (fixed)
User user caps instead of levels
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | user-level has-patch capability current_user_can |
| Cc: | filosofo |
Description
Only two places in core still use user levels instead of capabilities, and unnecessarily so. My patch removes them.
Attachments (1)
Change History (2)
comment:1
markjaquith — 5 years ago
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

(In [7912]) Remove last remaining user level checks in favor of capabilities checks. props filosofo. fixes #6940