Re: Re: Re: Re: Re: Regaining admin access to an openmeetings installation

2020-10-01 Thread Maxim Solodovnik
Stefan > > > *Gesendet:* Freitag, 02. Oktober 2020 um 02:59 Uhr > *Von:* "Maxim Solodovnik" > *An:* "Openmeetings user-list" > *Betreff:* Re: Re: Re: Re: Regaining admin access to an openmeetings > installation > Is this the only admin in the system? &g

Aw: Re: Re: Re: Re: Regaining admin access to an openmeetings installation

2020-10-01 Thread Stefan Günther
. Oktober 2020 um 02:59 Uhr Von: "Maxim Solodovnik" An: "Openmeetings user-list" Betreff: Re: Re: Re: Re: Regaining admin access to an openmeetings installation Is this the only admin in the system? what in the openmeetings.log during login?   On Fri, 2 Oct 2020 at 0

Re: Re: Re: Re: Regaining admin access to an openmeetings installation

2020-10-01 Thread Maxim Solodovnik
/KThPVGeHoQp33m7& >>> >>> >>> But I still cannot login with omadmin / Q!w2e3r4t5 (I tried it more than >>> once). >>> >>> Regards, >>> >>> Stefan >>> >>> >>> *Gesendet:* Donnerstag, 01. Oktober 2020 um

Re: Re: Re: Re: Regaining admin access to an openmeetings installation

2020-10-01 Thread seba.wag...@gmail.com
gt;> But I still cannot login with omadmin / Q!w2e3r4t5 (I tried it more than >> once). >> >> Regards, >> >> Stefan >> >> >> *Gesendet:* Donnerstag, 01. Oktober 2020 um 18:03 Uhr >> *Von:* "Maxim Solodovnik" >> *An:* "Ope

Re: Re: Re: Re: Regaining admin access to an openmeetings installation

2020-10-01 Thread Maxim Solodovnik
7& > > > But I still cannot login with omadmin / Q!w2e3r4t5 (I tried it more than > once). > > Regards, > > Stefan > > > *Gesendet:* Donnerstag, 01. Oktober 2020 um 18:03 Uhr > *Von:* "Maxim Solodovnik" > *An:* "Openmeetings user-list"

Aw: Re: Re: Re: Regaining admin access to an openmeetings installation

2020-10-01 Thread Stefan Günther
ndet: Donnerstag, 01. Oktober 2020 um 18:03 Uhr Von: "Maxim Solodovnik" An: "Openmeetings user-list" Betreff: Re: Re: Re: Regaining admin access to an openmeetings installation obviously ID is numeric identificator for ex. 1   On Thu, 1 Oct 2020 at 23:01, Stefan Günther &

Re: Re: Re: Regaining admin access to an openmeetings installation

2020-10-01 Thread Maxim Solodovnik
gt; > Stefan > > > *Gesendet:* Donnerstag, 01. Oktober 2020 um 10:56 Uhr > *Von:* "Maxim Solodovnik" > *An:* "Openmeetings user-list" > *Betreff:* Re: Re: Regaining admin access to an openmeetings installation > just realized > the last step is easy:

Aw: Re: Re: Regaining admin access to an openmeetings installation

2020-10-01 Thread Stefan Günther
default collation (e.g. SELECT tablename FROM sys.systables WHERE CAST(tablename AS VARCHAR(128)) = 'T1')   Regards,   Stefan     Gesendet: Donnerstag, 01. Oktober 2020 um 10:56 Uhr Von: "Maxim Solodovnik" An: "Openmeetings user-list" Betreff: Re: Re: Reg

Re: Re: Regaining admin access to an openmeetings installation

2020-10-01 Thread Maxim Solodovnik
just realized the last step is easy: `UPDATE OMDBUSER.OM_USER SET PASSWORD='BERxbKlDr1P+1KOQqBnponK8VQ8SyR0Cwq61By4DOIZb5qBx7QPIXSj3DkYgKjr0XhoEKCtiY1soramoYYst/PunMXfT0H+zoOAoDpWHMGf6ZqX/KThPVGeHoQp33m7&' WHERE ID=_YOUR_ID_HERE_;` after this you can start OM and log in with password: `Q!w2e3r4t5`

Re: Re: Regaining admin access to an openmeetings installation

2020-10-01 Thread Maxim Solodovnik
OK 1) go to https://mvnrepository.com/artifact/org.apache.derby/derbytools/10.14.1.0 2) save JAR file to ${OM_HOME} 3) in Terminal write: `cd ${OM_HOME}` `java -cp "derbytools-10.14.1.0.jar:webapps/openmeetings/WEB-INF/lib/*" org.apache.derby.tools.ij` In the "ij >" prompt enter `connect 'jdbc:de