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.
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.