Note: You will have to restart the server for the changes to take place.
UPDATE user_ SET password_ = '1234', passwordEncrypted = '0', passwordReset = '1', status = 0 WHERE emailaddress = 'test@liferay.com';password_ is the new password that you are setting. You can use this to log in with the Admin credentials.
emailaddress should be the email Address of the Admin User.
Hope this worked for you. Do post a comment if you face any issues.
No comments :
Post a Comment