Hi @jrendon,
We were able to reproduce the issue. We are going to work on fixing it (there is a problem setting the default password) and we will release a new version ASAP, in the meantime, you can change the default password running these commands inside the VM (you can access with bitnami
/bitnami
):
cd /opt/bitnami/apps/sonarqube
sudo ./bnconfig --userpassword password1234
Please, note that you should replace password1234
with the password that you want, taking into account that it must have more than 8 characters and contains letters and numbers.
After that, you can access the application using admin
as username and your new password.
Thank you for reporting it.
Best regards,
Carlos R. Hernández