Fórum

Forget Password Functionality in CAS

thumbnail
Apoorva Prakash, modificado 13 Anos atrás.

Forget Password Functionality in CAS

Liferay Master Postagens: 658 Data de Entrada: 15/06/10 Postagens Recentes
Hello Technocrats,
I am developing a portal in which I am using Liferay and Pentaho for development.
For authentication, I am using CAS, precisely WITHOUT LDAP, and I don't wish to use LDAP at all.
Now, the functionality I wish to provide is - Forget Password Recovery through the login JSP page of CAS.
Is there any way to achieve such functionality without writing custom code?
Please Help...
Regards
thumbnail
Apoorva Prakash, modificado 13 Anos atrás.

RE: Forget Password Functionality in CAS

Liferay Master Postagens: 658 Data de Entrada: 15/06/10 Postagens Recentes
Hello All,
I have achieved this functionality by writing a remote servive, that returns a JSON. That REST service resets the password.

One more thing, I enabled remember me in CAS with the help of following link..
https://wiki.jasig.org/display/CASUM/Remember+Me

This is just to close this thread.

Thanks and Regards...