Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

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

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 Leaders.
August 16, 2019

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events