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.
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.