Fórum

Previous password in Change Password

ton dev, modificado 11 Anos atrás.

Previous password in Change Password

New Member Postagens: 18 Data de Entrada: 09/02/12 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Previous password in Change Password

Regular Member Postagens: 110 Data de Entrada: 03/09/10 Postagens Recentes
In the PasswordTracker.
ton dev, modificado 11 Anos atrás.

RE: Previous password in Change Password

New Member Postagens: 18 Data de Entrada: 09/02/12 Postagens Recentes
Many Thanks!!!!
thumbnail
Alireza Zare, modificado 11 Anos atrás.

RE: Previous password in Change Password

Regular Member Postagens: 110 Data de Entrada: 03/09/10 Postagens Recentes
YW :-)
thumbnail
Mazhar Alam, modificado 11 Anos atrás.

RE: Previous password in Change Password

Regular Member Postagens: 191 Data de Entrada: 25/11/11 Postagens Recentes
Hi Ton,
I looked into paswordTracker table and unable to find any entries in it..
thumbnail
Alireza Zare, modificado 11 Anos atrás.

RE: Previous password in Change Password

Regular Member Postagens: 110 Data de Entrada: 03/09/10 Postagens Recentes
Is the password history enabled?
thumbnail
Mazhar Alam, modificado 11 Anos atrás.

RE: Previous password in Change Password

Regular Member Postagens: 191 Data de Entrada: 25/11/11 Postagens Recentes
Yes the password history is enabled in password policy..Is there anything else need to configure??
thumbnail
Harish Kumar, modificado 11 Anos atrás.

RE: Previous password in Change Password

Expert Postagens: 483 Data de Entrada: 31/07/10 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Previous password in Change Password

Regular Member Postagens: 191 Data de Entrada: 25/11/11 Postagens Recentes
Got it...seems the password is encrypted...
Prasanna Raj, modificado 11 Anos atrás.

RE: Previous password in Change Password

Junior Member Postagens: 68 Data de Entrada: 30/01/12 Postagens Recentes
can we view the previous passwords from the UI or the control panel?
thumbnail
Wilson Man, modificado 11 Anos atrás.

RE: Previous password in Change Password

Liferay Master Postagens: 581 Data de Entrada: 21/06/06 Postagens Recentes
don't think so, generally, you don't want to decrypt passwords and display it. not a good idea.
thumbnail
Gabriel Leon Leyva, modificado 11 Anos atrás.

RE: Previous password in Change Password

Regular Member Postagens: 243 Data de Entrada: 20/06/09 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Previous password in Change Password

Liferay Master Postagens: 581 Data de Entrada: 21/06/06 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Previous password in Change Password

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
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.