Forums de discussion

Custom login portlet - How to

Joerg Schaefer, modifié il y a 14 années.

Custom login portlet - How to

Junior Member Publications: 60 Date d'inscription: 05/05/08 Publications récentes
Hi, i want to write a coustom login portlet with the plugins SDK for liferay 5.2.3.
There a two different kinds to solve the problem i found here:

The first is from Ray Augé

Creating custom login front end

The second is the community plugin "sample sign in".

Both of them uses in a final step the LoginUtil.login()-method to do a portal login.
The problem now is, that nothing happens, although If i call the LoginUtil.login correctly.

Has anyone an idea.
Are there any other samples of writing a custom login portlet.
What is the recommended way to do this?

Thanks Joerg
thumbnail
Marcello Marangio, modifié il y a 14 années.

RE: Custom login portlet - How to

Junior Member Publications: 30 Date d'inscription: 22/09/09 Publications récentes
Hi all
same problem for me: everything looks fine debugging also, but nothing happens.
Any help really appreciated.
Thanks
M
noah suarez, modifié il y a 13 années.

RE: Custom login portlet - How to

New Member Publications: 22 Date d'inscription: 19/02/10 Publications récentes
Hi...

is there any solution for that????... I'm in the same situation.

best regards..

Noah.
thumbnail
Alexey Kakunin, modifié il y a 13 années.

RE: Custom login portlet - How to

Liferay Master Publications: 621 Date d'inscription: 07/07/08 Publications récentes
In my case, then I'm developing custom login in plugins-sdk, I found only one way to perform login - is to redirect to the basic login-portlet action-handler with passing there username and entered password.

I can try to find code-sample for it - if you need.

==
Alexey Kakunin
EmForge: Liferay Based Project Hosting Service
noah suarez, modifié il y a 13 années.

RE: Custom login portlet - How to

New Member Publications: 22 Date d'inscription: 19/02/10 Publications récentes
Hi alexey, thanks to reply.. if you have some code sample please send to me

thanks a lot.!!!

Noah
Karen Castillo Inoa, modifié il y a 11 années.

RE: Custom login portlet - How to

New Member Publications: 13 Date d'inscription: 24/02/12 Publications récentes
Has the code sample been posted?