Changes between Initial Version and Version 1 of Ticket #10201, comment 66
- Timestamp:
- 03/12/2011 11:46:02 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10201, comment 66
initial v1 1 1 10sexyapples: The issue isn't that you're using custom roles and/or capabilities - of course you should be using them! 2 2 3 The issueis when you're not using roles, but altering capabilities on a per-user basis. Firstly, it's a bad idea. Secondly, the fact that you have this possibility leads to poor performance, due to the necessary implementation.3 The problem is when you're not using roles, but altering capabilities on a per-user basis. Firstly, it's a bad idea. Secondly, the fact that you have this possibility leads to poor performance, due to the necessary implementation. 4 4 5 5 That's what all this is about.