Re: Transferring OM users to another system

2020-12-25 Thread Maxim Solodovnik
On Fri, 25 Dec 2020 at 03:02, Daniel Baker wrote: > Did you try specifying an integer: > > 1 is English > > 2 is German. > > etc > > > https://192.168.1.55:5443/openmeetings/hash?&secure=8c46b082-7f4a-485d-b6b0-5fffb5dd90a4*&language=1* > > Yep, thi suffix is correct :) The full list is here:

Re: Transferring OM users to another system

2020-12-24 Thread Daniel Baker
Did you try  specifying an  integer: 1  is English 2  is German. etc https://192.168.1.55:5443/openmeetings/hash?&secure=8c46b082-7f4a-485d-b6b0-5fffb5dd90a4*&language=1* On 24-Dec-20 4:20 PM, Robert Savickas wrote: Dear Maxim, This is just to update you: your REST integration is a bea

Re: Transferring OM users to another system

2020-12-24 Thread Robert Savickas
Dear Maxim, This is just to update you: your REST integration is a beautiful thing. I was able to make OM work perfectly within my platform, for a seamless user experience. Super! Thank you very much. Just one question: Even though I did set up the local language interface for the users, and it

Re: Transferring OM users to another system

2020-12-14 Thread Maxim Solodovnik
here you can find PHP API with some basic operations implemented: https://github.com/openmeetings/openmeetings-api-plugin On Tue, 15 Dec 2020 at 10:58, Robert Savickas wrote: > Super! Thank you. > > (P.S. I am not using Moodle, but the first link should be most useful). > > > > On Mon, Dec 14, 2

Re: Transferring OM users to another system

2020-12-14 Thread Robert Savickas
Super! Thank you. (P.S. I am not using Moodle, but the first link should be most useful). On Mon, Dec 14, 2020 at 10:46 PM Maxim Solodovnik wrote: > The installation is the same > > you need to implement REST/SOAP integration > https://openmeetings.apache.org/RestAPISample.html > > There is f

Re: Transferring OM users to another system

2020-12-14 Thread Maxim Solodovnik
The installation is the same you need to implement REST/SOAP integration https://openmeetings.apache.org/RestAPISample.html There is for ex. OM Moodle plugin: https://moodle.org/plugins/mod_openmeetings On Tue, 15 Dec 2020 at 10:41, Robert Savickas wrote: > Dear Maxim, > > Thank you very much.

Re: Transferring OM users to another system

2020-12-14 Thread Robert Savickas
Dear Maxim, Thank you very much. I primarily use OM for meetings only. So, the first option might be the easiest. I do not know how to set up OM for meetings only, but I will search around and experiment till I figure it out. So far, I have been following Alvaro's excellent OM set up guides *to

Re: Transferring OM users to another system

2020-12-14 Thread Maxim Solodovnik
Hello Robert, OM stores encrypted passwords I know no ways to decrypt them for your use case I see a couple of doable ways to proceed: 1) set up OM for meetings only. This way your users will be stored in your "other" system, users will use OM via one time hashes (no passwords should be enter

Transferring OM users to another system

2020-12-14 Thread Robert Savickas
Dear Maxim, I am using OM for online meetings, and I am using another system for administering other aspects of the services. On both systems, the users are stored in Mysql databases, and I have studied the structure of OM user data bases and also those of the other system. For each of the areas