• default admin password

  • OpenKM has many interesting features, but requires some configuration process to show its full potential.
OpenKM has many interesting features, but requires some configuration process to show its full potential.
Forum rules: Please, before asking something see the documentation wiki or use the search feature of the forum. And remember we don't have a crystal ball or mental readers, so if you post about an issue tell us which OpenKM are you using and also the browser and operating system version. For more info read How to Report Bugs Effectively.
 #4754  by abernut
 
I just installed on Ubuntu. "JBoss-4.2.3.GA_OpenKM-4.1_RC1"

I am able to launch the browser "http://localhost:8080/OpenKM"

When I try using admin/admin I get an authentication error.

I've tried adding the following code to the login-config.xml file

<!-- OpenKM -->
<application-policy name = "OpenKM">
<authentication>
<login-module code="org.jboss.security.auth.spi.DatabaseServerLoginModule" flag = "required">
<module-option name="dsJndiName">java:/OKMAuthDS</module-option>
<module-option name="principalsQuery">select usr_pass as PASSWD from users where usr_id=? and usr_active='true'</module-option>
<module-option name="rolesQuery">select ur_role as ROLEID, 'Roles' from user_role where ur_user=?</module-option>
</login-module>
</authentication>
</application-policy>
 #4759  by jllort
 
The default password as you can read in README.TXT file included in zip is:
user: okmAdmin
pass:admin

You must not making any change in login-config.xml etc... all package is right to authenticate with this user without making changes. Return no unzip fresh installation and try it to ensure no change has been made.

Ensure OpenKM i starting up right ... take a look at server.log at %Jboss_home%/server/default/web/server.log

If not runs, tell us the operating system you're using.
 #4764  by abernut
 
Thank you,
I removed the change I made, restarted the service, and it is working now.

About Us

OpenKM is part of the management software. A management software is a program that facilitates the accomplishment of administrative tasks. OpenKM is a document management system that allows you to manage business content and workflow in a more efficient way. Document managers guarantee data protection by establishing information security for business content.