Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default user credentilas "admin/admin" do not work #244

Closed
ghost opened this issue Feb 14, 2019 · 2 comments
Closed

Default user credentilas "admin/admin" do not work #244

ghost opened this issue Feb 14, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 14, 2019

I'm using a Windows 10 PC. I execute the following commands into my PowerShell:

  • docker pull sonarqube
  • docker run -d --name sonarqube -p 9000:9000 sonarqube
  • I start a browser and enter "localhost:9000" into the adress bar
  • SonarQube starts up
  • Afterwards I want to log in with the user credentials "admin/admin", however SonarQube constantly tells me, that this credentials are wrong

But which credentials should I use? The logs of the docker container show, that SonarQube uses the default H2 database (which is sufficient for my evaluation purposes right now).
Thanks for your help!
Best regards

@ghost
Copy link
Author

ghost commented Feb 14, 2019

Hi!

I think I found the solution:

  • As I tried to login to SonarQube, I was using the Opera Browser. With Opera, it never succeeded

My very last desperate attempt was to switch to Chrome and voilà the default credentials "admin/admin" worked.

@simonbrandhof
Copy link

Thanks for the follow-up.
Note that authentication on Opera 58.0 works perfectly with SonarQube 7.6. I didn't test any other versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant