Fórumok

Previous password in Change Password

ton dev, módosítva 11 év-val korábban

Previous password in Change Password

New Member Bejegyzések: 18 Csatlakozás dátuma: 2012.02.09. Legújabb bejegyzések
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, módosítva 11 év-val korábban

RE: Previous password in Change Password

Regular Member Bejegyzések: 110 Csatlakozás dátuma: 2010.09.03. Legújabb bejegyzések
In the PasswordTracker.
ton dev, módosítva 11 év-val korábban

RE: Previous password in Change Password

New Member Bejegyzések: 18 Csatlakozás dátuma: 2012.02.09. Legújabb bejegyzések
Many Thanks!!!!
thumbnail
Alireza Zare, módosítva 11 év-val korábban

RE: Previous password in Change Password

Regular Member Bejegyzések: 110 Csatlakozás dátuma: 2010.09.03. Legújabb bejegyzések
YW :-)
thumbnail
Mazhar Alam, módosítva 11 év-val korábban

RE: Previous password in Change Password

Regular Member Bejegyzések: 191 Csatlakozás dátuma: 2011.11.25. Legújabb bejegyzések
Hi Ton,
I looked into paswordTracker table and unable to find any entries in it..
thumbnail
Alireza Zare, módosítva 11 év-val korábban

RE: Previous password in Change Password

Regular Member Bejegyzések: 110 Csatlakozás dátuma: 2010.09.03. Legújabb bejegyzések
Is the password history enabled?
thumbnail
Mazhar Alam, módosítva 11 év-val korábban

RE: Previous password in Change Password

Regular Member Bejegyzések: 191 Csatlakozás dátuma: 2011.11.25. Legújabb bejegyzések
Yes the password history is enabled in password policy..Is there anything else need to configure??
thumbnail
Harish Kumar, módosítva 11 év-val korábban

RE: Previous password in Change Password

Expert Bejegyzések: 483 Csatlakozás dátuma: 2010.07.31. Legújabb bejegyzések
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, módosítva 11 év-val korábban

RE: Previous password in Change Password

Regular Member Bejegyzések: 191 Csatlakozás dátuma: 2011.11.25. Legújabb bejegyzések
Got it...seems the password is encrypted...
Prasanna Raj, módosítva 11 év-val korábban

RE: Previous password in Change Password

Junior Member Bejegyzések: 68 Csatlakozás dátuma: 2012.01.30. Legújabb bejegyzések
can we view the previous passwords from the UI or the control panel?
thumbnail
Wilson Man, módosítva 11 év-val korábban

RE: Previous password in Change Password

Liferay Master Bejegyzések: 581 Csatlakozás dátuma: 2006.06.21. Legújabb bejegyzések
don't think so, generally, you don't want to decrypt passwords and display it. not a good idea.
thumbnail
Gabriel Leon Leyva, módosítva 11 év-val korábban

RE: Previous password in Change Password

Regular Member Bejegyzések: 243 Csatlakozás dátuma: 2009.06.20. Legújabb bejegyzések
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, módosítva 11 év-val korábban

RE: Previous password in Change Password

Liferay Master Bejegyzések: 581 Csatlakozás dátuma: 2006.06.21. Legújabb bejegyzések
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, módosítva 11 év-val korábban

RE: Previous password in Change Password

Liferay Legend Bejegyzések: 7942 Csatlakozás dátuma: 2010.03.24. Legújabb bejegyzések
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.