Return to Snippet

Revision: 70110
at November 24, 2015 07:13 by yhauxell


Initial Code
update user_ set passwordEncrypted=0, password_='mynewpassword', passwordReset=1 where userId=10196;

Initial URL
http://parasjain.net/2012/06/12/changing-liferay-password-in-database/

Initial Description
Thanks to Paras Jain

Initial Title
Update password in Liferay Portal from db

Initial Tags
user

Initial Language
MySQL