Hi, all!
How i can set and unset page permissions directly from database? It's needed because view our confluence page not permited for all users(Confluence Admins,System Admins etc...).
Confluence version is 4.2.8
Hi Alexy, In case you're familiar with database manipulation, you can refer to the SPACEPERMISSIONS table that stores all permissions from Confluence. Just be sure to create a database backup before changing anything. Here's a page that might be of your interest: confluence.atlassian.com/display/DOC/Confluence+Data+Model
It would be safer to use something like addPermissions and removePermissions from Confluence Command Line Interface to do this type of thing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.