掲示板

Encryption Algorithm Test@liferay.com not working

11年前 に Deepthi Murarisetty によって更新されました。

Encryption Algorithm Test@liferay.com not working

New Member 投稿: 3 参加年月日: 12/06/27 最新の投稿
Hello,

I have a problem in changing the Password encryption algorithm in Liferay 6.0.6 version

Want to change the default password encryption algorithm. in my Portal-ext.properties i have entered the following code.

passwords.encryption.algorithm=MD5
currently there are no users in my database except the test user provided.

when i change my portal-ext.properties and do a server restart and try to login to app using the default user id and password its saying wrong credentials entered.

Could anyone help me out. am i missing any additions setting to be done at database side.
11年前 に Oliver Bayer によって更新されました。

RE: Encryption Algorithm Test@liferay.com not working

Liferay Master 投稿: 894 参加年月日: 09/02/18 最新の投稿
Hi Deepthi,

you should change this property before the first server startup. Afterwards you have to change it directly in the database in the user_ table. Create a md5 password on your own and update the test user password entry. Now after a server restart you should be able to login with the newly set password.

HTH Oli