Forums de discussion

Change marketplace credentials

thumbnail
Miguel Angel Falcón Muñoz, modifié il y a 11 années.

Change marketplace credentials

New Member Envoyer: 1 Date d'inscription: 06/09/12 Publications récentes
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, modifié il y a 11 années.

RE: Change marketplace credentials

New Member Publications: 4 Date d'inscription: 23/01/09 Publications récentes
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, modifié il y a 11 années.

RE: Change marketplace credentials

New Member Publications: 7 Date d'inscription: 12/10/12 Publications récentes
Didn't work for me at first. Requires a Liferay restart.