Foren

How to customise change user's password mechanism in Liferay 6.2?

thumbnail
Olga Cardenas, geändert vor 9 Jahren.

How to customise change user's password mechanism in Liferay 6.2?

New Member Beiträge: 2 Beitrittsdatum: 19.08.14 Neueste Beiträge
Hi:

I would like to add custom validations for the password (that are not available through the password policy rules). I tried with a pre-login hook but, for instance, that is not called when I change my password. Any idea of how could I achieve this?

Any help would be appreciated. Thanks in advance.
thumbnail
David H Nebinger, geändert vor 9 Jahren.

RE: How to customise change user's password mechanism in Liferay 6.2?

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
Use a com.liferay.portal.security.pwd.Toolkit implementation and register with PwdToolkitUtil bean.
thumbnail
Olga Cardenas, geändert vor 9 Jahren.

RE: How to customise change user's password mechanism in Liferay 6.2?

New Member Beiträge: 2 Beitrittsdatum: 19.08.14 Neueste Beiträge
Thanks!