掲示板

Previous password in Change Password

11年前 に ton dev によって更新されました。

Previous password in Change Password

New Member 投稿: 18 参加年月日: 12/02/09 最新の投稿
Where does Liferay store the previous passwords of the user when the history is enabled in the Password Policy of that user??

Example:

If the History Checking is enabled in the password policy and the history count is 6,
is there a file or table where Liferay store these passwords??

Thanks for the help..
thumbnail
11年前 に Alireza Zare によって更新されました。

RE: Previous password in Change Password

Regular Member 投稿: 110 参加年月日: 10/09/03 最新の投稿
In the PasswordTracker.
11年前 に ton dev によって更新されました。

RE: Previous password in Change Password

New Member 投稿: 18 参加年月日: 12/02/09 最新の投稿
Many Thanks!!!!
thumbnail
11年前 に Alireza Zare によって更新されました。

RE: Previous password in Change Password

Regular Member 投稿: 110 参加年月日: 10/09/03 最新の投稿
YW :-)
thumbnail
11年前 に Mazhar Alam によって更新されました。

RE: Previous password in Change Password

Regular Member 投稿: 191 参加年月日: 11/11/25 最新の投稿
Hi Ton,
I looked into paswordTracker table and unable to find any entries in it..
thumbnail
11年前 に Alireza Zare によって更新されました。

RE: Previous password in Change Password

Regular Member 投稿: 110 参加年月日: 10/09/03 最新の投稿
Is the password history enabled?
thumbnail
11年前 に Mazhar Alam によって更新されました。

RE: Previous password in Change Password

Regular Member 投稿: 191 参加年月日: 11/11/25 最新の投稿
Yes the password history is enabled in password policy..Is there anything else need to configure??
thumbnail
11年前 に Harish Kumar によって更新されました。

RE: Previous password in Change Password

Expert 投稿: 483 参加年月日: 10/07/31 最新の投稿
Hi Mazhar,

1. First enable the "password history" by editing the default password policy.

2. Change the password for any user and then check the password tracker table.
thumbnail
11年前 に Mazhar Alam によって更新されました。

RE: Previous password in Change Password

Regular Member 投稿: 191 参加年月日: 11/11/25 最新の投稿
Got it...seems the password is encrypted...
11年前 に Prasanna Raj によって更新されました。

RE: Previous password in Change Password

Junior Member 投稿: 68 参加年月日: 12/01/30 最新の投稿
can we view the previous passwords from the UI or the control panel?
thumbnail
11年前 に Wilson Man によって更新されました。

RE: Previous password in Change Password

Liferay Master 投稿: 581 参加年月日: 06/06/21 最新の投稿
don't think so, generally, you don't want to decrypt passwords and display it. not a good idea.
thumbnail
11年前 に Gabriel Leon Leyva によって更新されました。

RE: Previous password in Change Password

Regular Member 投稿: 243 参加年月日: 09/06/20 最新の投稿
Hi Wilson, Good Morning.

Gabriel León from México, We have a system based on c# and sql server 2005 I want is possible know what tables affect on sql server (liferay tables) so users I create on my system can be created on liferay, changes I made can be change in liferay (like password, name, etc). We want this system to interact with the portal.

Thanks in advance for your help.
thumbnail
11年前 に Wilson Man によって更新されました。

RE: Previous password in Change Password

Liferay Master 投稿: 581 参加年月日: 06/06/21 最新の投稿
well, the short answer is User_ table, but you shouldn't update that directly using a different application or manually. Liferay Portal keeps a cache of things, and also has dependencies between tables, so updating its database directly is highly discouraged.
thumbnail
11年前 に Hitoshi Ozawa によって更新されました。

RE: Previous password in Change Password

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
can we view the previous passwords from the UI or the control panel?


No. If you set in portal-ext.properties to save password in clear text, password will be viewable in the database table. If you database support column encryption, it may be possible to set liferay to save password in clear text and have the database encrypt the password column.