Page 1 of 1

okmAdmin / Add new admin user

PostPosted:Tue Aug 28, 2018 4:05 pm
by Sfrizzell25
Hi all,

I have had a linux installation of version 6.3.6 successfully running for the last number of months but changed the property "system.login.lowercase" to true yesterday in trying to solve another problem. I am not using LDAP / Active Directory intergration. The database is MySQL.

Now I am unable to access OpenKM as administrator as I was using the default okmAdmin which now get changed to okmadmin by the system.

Is there anyway to manually add another user with ROLE_ADMIN or to assign this to an existing user to allow me administrative access? I have searched the forum and while there are similar topics, there does not seem to be one that directly address my situation. My linux skills are very lacking.

Any help would be greatly appreciated, thanks in advance.

Steve

Re: okmAdmin / Add new admin user

PostPosted:Wed Aug 29, 2018 9:55 am
by jllort
What is your database?

You should access the database and change the parameter "system.login.lowercase" to false. Take a look first the value:
SELECT * FROM OKM_CONFIG WHERE CFG_KEY='system.login.lowercase';

And then execute the right update.