It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
I have, to the best of my knowledge, every admin permission there is.
But when I click on "Invite your colleagues" on the Dashboard, I get "Access denied / You do not have permission to access this page. / Please contact your Site Administrator(s) to request access."
I AM a Site Administrator!
Hello Bill,
I am unaware of which Confluence you are running whether OnDemand or self hosted. How ever if you are running Ondemand I suggest you contact the OnDemand support for additional help.
If you are running behind your firewall you can identify administrators on the Confluence server by running this query against the psql/mysql database for Confluence.
select u.id, u.user_name, u.active from cwd_user u join cwd_membership m on u.id=m.child_user_id join cwd_group g on m.parent_id=g.id join cwd_directory d on d.id=g.directory_id where g.group_name = 'confluence-administrators' and d.directory_name='Confluence Internal Directory’;
If you are not listed on the listing you are not an Administrator. You can follow this article to restore admin privileges as needed or contact the Admin for your server to grant more permissions for you.
https://confluence.atlassian.com/display/DOC/Restoring+Passwords+To+Recover+Admin+User+Rights
Once you have the permissions required you can review this article to ensure you are sending the invite out correctly.
https://confluence.atlassian.com/display/DOC/Adding+and+Inviting+Users
-Regards,
Tin Nguyen | Confluence Support.
Hi team, I’m Avinoam, a product manager on Confluence Cloud, and today I’m really excited to let the Community know that all customers can now try out the new editing experience and see some of the ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.