The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Trying to change admin password of Crowd instance

clementinebuschtetz
August 9, 2019

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

 

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
jira guy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 16, 2019
TAGS
AUG Leaders

Atlassian Community Events