Thanks Max,

I found the way to do, i am updating password by converting it to md5, it
is working fine :)

setUserObject* does not have any information related to password so i am
just updating om_user table.




On Mon, Sep 22, 2014 at 1:16 PM, Maxim Solodovnik <[email protected]>
wrote:

> You need to use setUserObject* method.
> loginUser should be used to auth webservice to perform certain action
> On Sep 22, 2014 2:05 PM, "John Dev" <[email protected]> wrote:
>
>> I am using user level 1 i.e User
>>
>> On Mon, Sep 22, 2014 at 12:32 PM, John Dev <[email protected]>
>> wrote:
>>
>>> Hii Max,
>>>
>>> I am login through SOAP only (by using loginUser webservice) and i
>>> checked user can login through this.
>>>
>>> public Long 
>>> <http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true>
>>>  loginUser(String 
>>> <http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true>
>>>  SID,
>>>              String 
>>> <http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true>
>>>  username,
>>>              String 
>>> <http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true>
>>>  userpass)
>>>
>>>
>>> if i want to change password... is there any webservice for this ??...or 
>>> please suggest me the way i can generate password hash that is storing in 
>>> om_user table.
>>>
>>>
>>> *Usecase :*
>>>
>>> i have one project in which i integrated openmeeting.Both have separate 
>>> database i.e. OM and my project database.
>>>
>>> >> I need if user change password in project, it will also change in OM 
>>> >> database.
>>>
>>>
>>> Please suggest me the way to acheive this.
>>>
>>>
>>> Regards,
>>>
>>> John
>>>
>>>
>>>
>>>
>>> On Mon, Sep 22, 2014 at 12:20 PM, Maxim Solodovnik <[email protected]
>>> > wrote:
>>>
>>>> Soap users are "passwordless" by design and has no rights to login.
>>>> Could you describe your usecase?
>>>> On Sep 22, 2014 1:48 PM, "John Dev" <[email protected]> wrote:
>>>>
>>>>> Hello,
>>>>>
>>>>> Is there any webservice through which i can change the password of the
>>>>> user...I am using SOAP API for calling webservices.
>>>>>
>>>>>
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Regards,
>>>>> John
>>>>>
>>>>>
>>>
>>

Reply via email to