Modify ↓
Opened 14 years ago
Closed 14 years ago
#10690 closed defect (cantfix)
Wiki "edit side-by-side" need TRAC_ADMIN permission
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | 0.12.3 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
We got this message when common users using "Edit side-by-site" wiki function:
Trac[main] WARNING: HTTPForbidden: 403 Forbidden (TRAC_ADMIN privileges are required to perform this operation
Permissions of these common users are:
BROWSER_VIEW CHANGESET_VIEW FILE_VIEW SEARCH_VIEW TIMELINE_VIEW WIKI_CREATE WIKI_DELETE WIKI_MODIFY WIKI_RENAME WIKI_VIEW
Attachments (0)
Change History (3)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Yes.
I disable the plugin TracAddCommentMacro 0.3 and it's dependency MacroPostPlugin 0.2. Now the "Edit side-by-side" function works without TRAC_ADMIN permission.
Thank you rblank.
Note:
See TracTickets
for help on using tickets.



Could this be due to a plugin? It's working fine for me on the 0.12-stable demo instance, and I don't have
TRAC_ADMINthere. Can you please try again with all plugins disabled?