Missing users in Administration > Security > Users

I am currently using SonarQube CE7.9.1 and have five users added (using the build in security). However I can only see three of them. Looking in the database, tbl.users I can see the five entries and they look similar in that all fields are basically entered and look the same.

Within Administration > Security > Users is says

3 of 5 shown. Show More.

but I can’t see the other two.

Hi @nigelbrown,

I cannot reproduce your error. I tried with a fresh install of a CE 7.9.1, created 5 test users, and I can see all of them. The footer correctly shows “6 of 6 shown”:

I know it’s unlikely, but perhaps there’s an issue with the ElasticSearch index? Could you remove the data/es6/ folder completely, and restart SQ?

# Change the stop/start lines if you're on another OS
./bin/linux-x86-64/sonar.sh stop
rm -rf data/es6/
./bin/linux-x86-64/sonar.sh start

Let me know how that goes.

Thankyou, I will take a look at that solution.

Hello ,
is this command needs to be added in Dockerfile that we use to build image or do i have to create a new file and run it ?

Regards