Modify ↓
Opened 18 years ago
Closed 17 years ago
#1181 closed defect (fixed)
Tags does not obey WIKI_VIEW permission
Reported by: | Owned by: | Alec Thomas | |
---|---|---|---|
Priority: | normal | Component: | TagsPlugin |
Severity: | normal | Keywords: | |
Cc: | Myroslav Opyr | Trac Release: | 0.10 |
Description
Witnessed Behavior:
- Tags menu option is still visible when ANONYMOUS user has no permissions at all
- Tags are viewable in the menu
Expected behavior:
- Tags menu option is not visible
- Tags will not be visible when wiki_view permission is not available for user.
Attachments (1)
Change History (6)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
I would prefer to append aditional permission TAGS_VIEW since I'd like to disallow anonymous users to see "Tags" button even if they have WIKI_VIEW permission. Then it will be necessary to have TAGS_VIEW to view "Tags" button and other permissions to view apropriate content pf tags cloud. If you like I can write and post patch doing that here.
comment:4 Changed 18 years ago by
Cc: | Myroslav Opyr added; anonymous removed |
---|
comment:5 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
TagsPlugin 0.6 natively supports 0.11 fine-grained permissions.
Note: See
TracTickets for help on using
tickets.
This would not be the correct behavior, as you can tag things other than wiki pages. A better solution would be to have the wiki tagspace activate only when the user has WIKI_VIEW.