Changes between Version 22 and Version 23 of DiscussionPlugin


Ignore:
Timestamp:
Jul 4, 2006, 10:03:54 AM (18 years ago)
Author:
Radek Bartoň
Comment:

Added documentation about plugins permissions.

Legend:

Unmodified
Added
Removed
Modified
  • DiscussionPlugin

    v22 v23  
    4747}}}
    4848
     49== Permissions ==
     50
     51Discussion plugin defines three permissions. With DISCUSSION_VIEW permission you can view all topics and post replies to them. DISCUSSION_MODERATE permission gives you rights to delete replies or topics where are you defined as moderator. DISCUSSION_MODIFY permission gives you administrator rights to create, modify or delete forum groups, forums and topics. You can add these permissions by typing following commands from commandline or you can use WebAdminPlugin to do it for you.
     52
     53{{{
     54# trac-admin <path_to_environment> permission add <user> DISCUSSION_VIEW
     55# trac-admin <path_to_environment> permission add <user> DISCUSSION_MODERATE
     56# trac-admin <path_to_environment> permission add <user> DISCUSSION_MODIFY
     57}}}
     58
    4959== Macros ==
    5060