Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
I have a new install of Knowage (Knowage-6.0.0-CE-Installer-Unix-20170623.zip). I cannot login. I receive Ooooooops! User or password invalid, Retry! This occurs with either a developer or admin userid (as supplied by clicking on either button in the Login dialog).

I have tried three different JDBC drivers as indicated in some problem reports. None seem to make any difference.

My OS is CentOS 6.8. My JDK is jdk1.8.0_131.
in Users and Roles by (590 points)

2 Answers

+1 vote
 
Best answer
The userid/password is biadmin/biadmin.
by (590 points)
selected by
+1 vote

You can also edit the default username/password provided in the login page:

just go to $catalina_home/webapps/login.jsp and change the login details in there:

You will find the section under <div class="col-sm-4">. Change onclick="setUser('demo_user','demo_user') to the biuser or biuser, or whichever user you want to autologin with

by (470 points)
...