Difference between revisions of "Basic application knowledge with JBoss"
Line 16: | Line 16: | ||
== Setting max file size uploading == | == Setting max file size uploading == | ||
− | By default uploading max file size is set at | + | By default uploading max file size is set at 25MB, to increse this it must be done some changes in [[OpenKM.cfg]] file. |
Revision as of 16:25, 21 January 2010
Contents
First login
The default username is okmAdmin and password is admin ( note that username and password are case sensitive )
Managing users
Since OpenKM 3.0 by default user management is an administration option. There it can create users, roles and assign roles to users, etc...
Older OpenKM versions use text-based user management. These files are located at $JBOSS/server/default/conf/props, so you need to edit openkm-users.conf, openkm-roles.conf and openkm-emails.conf to add or remove a user from the system.
OpenKM authentication systems
Yes, OpenKM can use several authentication systems (Database, LDAP, Active Directory, etc.) but, by default it is configured with a simple text file based system.
Setting max file size uploading
By default uploading max file size is set at 25MB, to increse this it must be done some changes in OpenKM.cfg file.