Fórum

migrating users by webservice with MD5 encrypted password

Andre Niewoehner, modificado 11 Anos atrás.

migrating users by webservice with MD5 encrypted password

New Member Postagens: 3 Data de Entrada: 19/01/10 Postagens Recentes
Hello community!
I am trying to migrate users from another system to Liferay Portal 6.0.5 using the tunnel-web webservices. I built a webservice client and was able to addUsers by SOAP request. As all passwords in the leading system are stored as MD5 hashes I wonder if there is a chance to set the passwords already encrypted as MD5 hash by the webservice.

Kind regards

André
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: migrating users by webservice with MD5 encrypted password

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
Do you want to disable encryption on the portal, insert users, enable encryption again?
The web service interface is just calling the internal interface so it's not simple to just disable encryption on the web service.
Andre Niewoehner, modificado 11 Anos atrás.

RE: migrating users by webservice with MD5 encrypted password

New Member Postagens: 3 Data de Entrada: 19/01/10 Postagens Recentes
As I need to synchronize the users periodically I don't think this might be a valid option, because this means shutting down the whole portal. So there is no chance to change the tunnel-web webapp?