Foros de discusión

Change marketplace credentials

thumbnail
Miguel Angel Falcón Muñoz, modificado hace 11 años.

Change marketplace credentials

New Member Mensaje: 1 Fecha de incorporación: 6/09/12 Mensajes recientes
Hi .
I have been configured the marketplace account at the control panel , and now I can browse the market .... but I need to erase my account credentials and configure the credentials of my customer ... I can't find where change the credential for marketplace. Where is it?

Thanks.
thumbnail
Terry Mueller, modificado hace 11 años.

RE: Change marketplace credentials

New Member Mensajes: 4 Fecha de incorporación: 23/01/09 Mensajes recientes
Hi Miguel,

The only way I've found is to delete the credentials from the ExpandoValue table using the following SQL query:

delete from ExpandoValue where tableid in (select tableid from ExpandoTable where name = 'MP');


Regards,
Terry
thumbnail
GERALD ROMERO, modificado hace 11 años.

RE: Change marketplace credentials

New Member Mensajes: 7 Fecha de incorporación: 12/10/12 Mensajes recientes
Didn't work for me at first. Requires a Liferay restart.