What it makes possible.
Redmine project administrators and teams that need different access rules for different wiki pages.
For a project wiki containing both shared documentation and material intended for a smaller group, assign access page by page. Administrators retain access.
Inside the project.
- Set a separate access list for each wiki page.
- Assign read-only or read-and-edit access to individual users.
- Keep Redmine’s normal wiki permissions when a page has no access entries.
- Manage access through a page action, with role-based permission to change the list.
- Show lock indicators on restricted pages in the wiki index.
- Use included English and Croatian translations and styling for light and dark themes.
Getting started.
- The README requires Redmine 5.0+, Ruby 3.0+ and Rails 7.0+.
- Place this repository under the Redmine plugins directory as redmine_wiki_acl, run Redmine plugin migrations, and restart Redmine.
- Enable the wiki ACL project module and give the relevant roles the manage_wiki_acl permission; module availability is established by init.rb.
- Open Access Control from the page’s action menu, select users, choose View or Edit, and save.
Before you use it.
- Access rules do not inherit from parent pages.
- Administrators bypass page restrictions.
- A page with no access entries follows normal Redmine permissions; an empty list is not a deny-everyone state.
Project sources.
Based on public project documentation and source, checked 7 September 2026. Refer to the repository for changes since then.