Update password in Liferay Portal from db


/ Published in: MySQL
Save to your folder(s)

Thanks to Paras Jain


Copy this code and paste it in your HTML
  1. update user_ set passwordEncrypted=0, password_='mynewpassword', passwordReset=1 where userId=10196;

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.