Edgewall Software

Changes between Version 66 and Version 67 of TracFineGrainedPermissions


Ignore:
Timestamp:
Oct 19, 2018, 5:54:37 PM (6 years ago)
Author:
Jun Omae
Comment:

Use https links and update links

Legend:

Unmodified
Added
Removed
Modified
  • TracFineGrainedPermissions

    v66 v67  
    3131=== !AuthzPolicy
    3232==== Configuration
    33 * Put a [http://swapoff.org/files/authzpolicy.conf conf] file in a secure location on the server, not readable by users other than the webuser. If the  file contains non-ASCII characters, the UTF-8 encoding should be used.
     33* Put a [https://swapoff.org/files/authzpolicy.conf conf] file in a secure location on the server, not readable by users other than the webuser. If the  file contains non-ASCII characters, the UTF-8 encoding should be used.
    3434* Update your `trac.ini`:
    3535  1. modify the [TracIni#trac-section permission_policies] entry in the `[trac]` section:
     
    319319----
    320320See also: TracPermissions,
    321 [http://trac-hacks.org/wiki/FineGrainedPageAuthzEditorPlugin TracHacks:FineGrainedPageAuthzEditorPlugin] for a simple editor plugin.
     321[https://trac-hacks.org/wiki/FineGrainedPageAuthzEditorPlugin TracHacks:FineGrainedPageAuthzEditorPlugin] for a simple editor plugin.