How to Change Liferay admin password using MySQL

Follow the below steps to change Liferay admin password using MySQL:

  1. Open MySQL workbench.
  2. navigate to your schema.
  3. run the below query to change password to ‘test’ for your admin ([email protected]) using SQL.
    UPDATE User_ SET password_='qUqP5cyxm6YcTAhz05Hph5gvu9M=' WHERE emailAddress='[email protected]';

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

close
Thanks !

Thanks for sharing this, you are awesome !