Forums de discussion

Remember password

Christian Perez, modifié il y a 10 années.

Remember password

Junior Member Publications: 36 Date d'inscription: 01/07/13 Publications récentes
Hi
I have a form with some imputs, user, pass, etc, and I need to remember this fields, is there any way or function in Liferay to do this the easy way
help me please I'm using LR 6.1 and I want to mark a checkbox and remember this fiels..
thanks
--Chris--
thumbnail
Sandeep Nair, modifié il y a 10 années.

RE: Remember password

Liferay Legend Publications: 1744 Date d'inscription: 06/11/08 Publications récentes
Just a pointer. Liferay has "Remember me" feature, if you see the login portlet, it has a checkbox to remember a user. What they are basically doing is if user selects Remember me while login, Liferay sets certain fields in Cookie. Then using AutoLogin feature(check RememberMeAutoLogin.java), they retrieve the values from the cookie and log in the user.

Regards,
Sandeep