Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

Last modified 8 years ago

#674 closed defect (fixed)

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

Reported by: MishaS Owned by: Jonas Borgström
Priority: highest Milestone: 0.8
Component: general Version: devel
Severity: critical Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal 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 (1)

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

Download all attachments as: .zip

Change History (6)

by MishaS, 20 years ago

Attachment: perm.patch added

fixing the problem with authenticated group

comment:1 by MishaS, 20 years ago

Summary: after removing WIKI_MODIFY see the patch attached

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

comment:2 by MishaS <mss@…>, 20 years ago

Summary: see the patch attachedafter removing WIKI_MODIFY for anonymous, no authenticated user can edit pages

oops :(

comment:3 by anonymous, 20 years ago

Milestone: 0.8
Priority: normalhighest
Severity: majorcritical

comment:4 by Jonas Borgström, 20 years ago

Resolution: fixed
Status: newclosed

Fixed in [841].

comment:5 by Jonas Borgström, 20 years ago

Oh, I missed the patch :)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.