Re: Editing user information VIA SOAP

2013-10-08 Thread Samuel Hagen
In my case, I have a set of seperate accounts for users on a website. What I'm trying to do is give each registered person an account under openmeetings to hold conferences between the users. The aim is to have their openmeetings account seamlessly synced with their website accounts so they on

Re: Editing user information VIA SOAP

2013-10-08 Thread Maxim Solodovnik
Yes please send to user@openmeetings.apache.org only. I'm afraid there is no way to change password via SOAP. Not sure if such method should be added, what are your use case? Why do you need to change the password? On Wed, Oct 9, 2013 at 11:32 AM, Samuel Hagen wrote: > Sorry for sending the m

Re: Editing user information VIA SOAP

2013-10-08 Thread Samuel Hagen
Sorry for sending the message to the googlegroups address (I'm afraid that's where I've sent most of my messages). Just to make sure, should I send them to user@openmeetings.apache.org instead? Regarding matters of SOAP, I don't think "external user" is the way I want to go. Is there a way f

Re: Editing user information VIA SOAP

2013-10-08 Thread Maxim Solodovnik
please don't send questions to openmeetings-u...@googlegroups.com :)) The answers simply means "external users don't need password" :) if user is external to OM (created and used via SOAP) it doesn't require the password since he/she have no chance to enter it :) you should generate secureHash an

Re: SOAP addNewUser confirmation

2013-10-08 Thread Maxim Solodovnik
-XX means error with code from here: http://openmeetings.apache.org/ErrorsTable.html XXX == ID of the user created On Wed, Oct 9, 2013 at 9:19 AM, Sam Hagen wrote: > Ah, very good! I tried as you suggested and it workedat least I think > it did. Rather than the -40 code that I'm used to i

Editing user information VIA SOAP

2013-10-08 Thread Sam Hagen
Question #2 of the day (since solomax made such short work of my last one ;-)). I've been looking everywhere to figure out how to edit user info via SOAP, namely the user password. I've been able to use addNewUser with ease to create a new user; but once he/she's in there I have no idea how to

Re: SOAP addNewUser confirmation

2013-10-08 Thread Sam Hagen
Ah, very good! I tried as you suggested and it workedat least I think it did. Rather than the -40 code that I'm used to it returned *21.* Regardless, the user was indeed created and is enabled. I just don't know what that code means; I don't think it's "File name too short" as would be

Re: SOAP addNewUser confirmation

2013-10-08 Thread Maxim Solodovnik
Try to play with these 2 configs: sendEmailAtRegister sendEmailWithVerficationCode described here: http://openmeetings.apache.org/GeneralConfiguration.html On Wed, Oct 9, 2013 at 3:12 AM, Sam Hagen wrote: > Hi All, > > I'm using the SOAP api to generate new users. I was wondering the > followi

Re: two OM on one server

2013-10-08 Thread Jaime Balbino
Look too another older Red5 instance runing in you system ("ps ax" in Linux or Ctrl-Alt-Del + Task Manger in Windows) 2013/10/8 Jaime Balbino : > For your logs, you change config.xml in both instances correctly. > > Start system and wait 5 minutes. I use line command "sh red5.sh" in > "/usr/lib/re

Re: two OM on one server

2013-10-08 Thread Jaime Balbino
For your logs, you change config.xml in both instances correctly. Start system and wait 5 minutes. I use line command "sh red5.sh" in "/usr/lib/red5/" for debug on screen in tests. 2013/10/8 Jean-Marie Landri : > i changed the name just for the convenience of the post > in red5 the name is corr

Re: two OM on one server

2013-10-08 Thread Jean-Marie Landri
i changed the name just for the convenience of the post in red5 the name is correct Thank you On Tue, Oct 8, 2013 at 10:49 PM, Jaime Balbino wrote: > Rename red5-web.properties-1 for red5-web.properties > > Restart system > > 2013/10/8 Jean-Marie Landri : > > Hello, > > i'm trying to set two O

Re: two OM on one server

2013-10-08 Thread Jaime Balbino
Rename red5-web.properties-1 for red5-web.properties Restart system 2013/10/8 Jean-Marie Landri : > Hello, > i'm trying to set two OM on one server according to > http://openmeetings.apache.org/WebappNamePath.html > > attached the webapps/openmeetings/WEB-INF/red5-web.properties > and > webapps/o

SOAP addNewUser confirmation

2013-10-08 Thread Sam Hagen
Hi All, I'm using the SOAP api to generate new users. I was wondering the following, regarding this method of user creation: 1. On the confirmation email, it uses the base url, defined in addNewUser and then modifies it to generate a confirmation link. However, each time I click it,