I'm a Jira/confluence rookie, so this may be super simple...
(confluence 4.2.6)
Confluence is configured to use Jira for authentication.
I have jira administrative access
Users can login to confluence and it's using jira for authentication.
The issue is that I can't login to a user that have "administration" as an option under tools in confluence.
When I run the sql:
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';
I get one user. I logged in as that user and I still don't get the administration option under tools.
Any ideas?
The issue turned out to be even simpler than I thought... I wasn't looking under the "browse" menu for administrator access. I did create a new admin user using the instructions above, but didn't think it worked because I was looking under the "gear" menu for administrator access.
Thanks for the help.
The issue turned out to be even simpler than I thought... I wasn't looking under the "browse" menu for administrator access. I did create a new admin user using the instructions above, but didn't think it worked because I was looking under the "gear" menu for administrator access.
Thanks for the help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi John
Perhaps you can try to create another local administrator https://confluence.atlassian.com/display/DOC/Restoring+Passwords+To+Recover+Admin+User+Rights#RestoringPasswordsToRecoverAdminUserRights-nolocal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.