Restrict access to wiki pages
Added by TridenT Job almost 14 years ago
Hi Remdine community,
I'd like to know if it is possible to restrict access to a wiki page for groups or users ?
It's not a redmine feature, maybe a plugin or hack already exists ?
I know that a wiki is a collaborative place for everyone, but I'd like to restrict ONE page per project for the project admin.
Other alternative in mind ?
Replies (5)
RE: Restrict access to wiki pages - Added by Felix Schäfer almost 14 years ago
TridenT Job wrote:
I'd like to know if it is possible to restrict access to a wiki page for groups or users ?
Write access yes, read access no.
It's not a redmine feature, maybe a plugin or hack already exists ?
Not that I know of.
I know that a wiki is a collaborative place for everyone, but I'd like to restrict ONE page per project for the project admin.
You can give roles the permission to lock or unlock wiki pages. Locked wiki pages are only writeable or unlockable for people with that lock permission.
RE: Restrict access to wiki pages - Added by TridenT Job almost 14 years ago
thx Felix for the reply.
I'd like to store some critical info for projects admin, with no access for simple users.So my other options are:
- store these info into a protected file (password) in the DOCUMENT tab
- Create a private forum for admins
- Store these informations outside redmine.
RE: Restrict access to wiki pages - Added by Ivan Cenov almost 14 years ago
TridenT Job wrote:
- Store these informations outside redmine.
I think this is the proper choice because the others could damage the team integrity.
RE: Restrict access to wiki pages - Added by TridenT Job almost 14 years ago
Ok Ivan, it seems there is no more choice.
thx for your help guys.
RE: Restrict access to wiki pages - Added by Bintintan Andrei over 13 years ago
I also need this feature.
Maybe a second wiki then or something similar?
I would also like to document the complete project development and other documentation in wiki, but I would not like to show that to everybody.
Question: how do you do it within the redmine project development?