Recovering the admin password in liferay


If you forgot the admin password, don't worry if you rights to access the DB , you can execute the below query to set admin password as "test".

UPDATE User_ SET password_='qUqP5cyxm6YcTAhz05Hph5gvu9M=' WHERE emailAddress='test@liferay.com';

"qUqP5cyxm6YcTAhz05Hph5gvu9M=" is an encrypted form of "Test".

EmailAddress can be your admin email address . In liferay by default it is an "test@liferay.com".

Comments

Popular posts from this blog

Theme display in javascript

How to know which liferay version we are using

Opening portlet in popup