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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.