The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I am trying to follow the instructions from this page: https://confluence.atlassian.com/crowdkb/restoring-passwords-to-recover-admin-user-rights-283642653.html
I cannot remember our Crowd admin password, we are using Postgresql, but when I run the database query:
select u.id, u.user_name, u.directory_id from cwd_user u
join cwd_membership m on u.id=m.child_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 = 'crowd-administrators' and d.directory_type='INTERNAL';
I get the following error:
ERROR: relation "cwd_user" does not exist
LINE 1: select * from cwd_user;
Thank you for your help,
Clementine
Did you try step 4 form the documentation? May be there are no users in our instance.
Hi everyone, We’re always looking at how to improve Confluence and customer feedback plays an important role in making sure we're investing in the areas that will bring the most value to the most c...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.