Edgewall Software
Modify

Ticket #674 (closed defect: fixed)

Opened 8 years ago

Last modified 8 years ago

after removing WIKI_MODIFY for anonymous, no authenticated user can edit pages

Reported by: MishaS Owned by: jonas
Priority: highest Milestone: 0.8
Component: general Version: devel
Severity: critical Keywords:
Cc:
Release Notes:
API Changes:

Description

I tried to implement the following scenario:

  trac-admin ... permission remove anonymous WIKI_MODIFY
  trac-admin ... permission remove anonymous WIKI_CREATE
  trac-admin ... permission add authenticated WIKI_MODIFY
  trac-admin ... permission add authenticated WIKI_CREATE

No authenticated user can actually add/modify Wikis, unless explicitely given the right by:

  trac-admin ... permission add userid WIKI_MODIFY
  trac-admin ... permission add userid WIKI_CREATE

Attachments

perm.patch (398 bytes) - added by MishaS 8 years ago.
fixing the problem with authenticated group

Download all attachments as: .zip

Change History

Changed 8 years ago by MishaS

fixing the problem with authenticated group

comment:1 Changed 8 years ago by MishaS

  • Summary changed from after removing WIKI_MODIFY to see the patch attached

After checking the source, the problem seems to be very easy to fix. :)

comment:2 Changed 8 years ago by MishaS <mss@…>

  • Summary changed from see the patch attached to after removing WIKI_MODIFY for anonymous, no authenticated user can edit pages

oops :(

comment:3 Changed 8 years ago by anonymous

  • Milestone set to 0.8
  • Priority changed from normal to highest
  • Severity changed from major to critical

comment:4 Changed 8 years ago by jonas

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [841].

comment:5 Changed 8 years ago by jonas

Oh, I missed the patch :)

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from jonas. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.