留言板

Previous password in Change Password

ton dev,修改在11 年前。

Previous password in Change Password

New Member 帖子: 18 加入日期: 12-2-9 最近的帖子
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
Alireza Zare,修改在11 年前。

RE: Previous password in Change Password

Regular Member 帖子: 110 加入日期: 10-9-3 最近的帖子
In the PasswordTracker.
ton dev,修改在11 年前。

RE: Previous password in Change Password

New Member 帖子: 18 加入日期: 12-2-9 最近的帖子
Many Thanks!!!!
thumbnail
Alireza Zare,修改在11 年前。

RE: Previous password in Change Password

Regular Member 帖子: 110 加入日期: 10-9-3 最近的帖子
YW :-)
thumbnail
Mazhar Alam,修改在11 年前。

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
Alireza Zare,修改在11 年前。

RE: Previous password in Change Password

Regular Member 帖子: 110 加入日期: 10-9-3 最近的帖子
Is the password history enabled?
thumbnail
Mazhar Alam,修改在11 年前。

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
Harish Kumar,修改在11 年前。

RE: Previous password in Change Password

Expert 帖子: 483 加入日期: 10-7-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
Mazhar Alam,修改在11 年前。

RE: Previous password in Change Password

Regular Member 帖子: 191 加入日期: 11-11-25 最近的帖子
Got it...seems the password is encrypted...
Prasanna Raj,修改在11 年前。

RE: Previous password in Change Password

Junior Member 帖子: 68 加入日期: 12-1-30 最近的帖子
can we view the previous passwords from the UI or the control panel?
thumbnail
Wilson Man,修改在11 年前。

RE: Previous password in Change Password

Liferay Master 帖子: 581 加入日期: 06-6-21 最近的帖子
don't think so, generally, you don't want to decrypt passwords and display it. not a good idea.
thumbnail
Gabriel Leon Leyva,修改在11 年前。

RE: Previous password in Change Password

Regular Member 帖子: 243 加入日期: 09-6-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
Wilson Man,修改在11 年前。

RE: Previous password in Change Password

Liferay Master 帖子: 581 加入日期: 06-6-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
Hitoshi Ozawa,修改在11 年前。

RE: Previous password in Change Password

Liferay Legend 帖子: 7942 加入日期: 10-3-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.