Foros de discusión

authenticate user without displaying login.jsp during CreateAccount

thumbnail
Elijah Mangason, modificado hace 11 años.

authenticate user without displaying login.jsp during CreateAccount

Junior Member Mensajes: 65 Fecha de incorporación: 14/05/12 Mensajes recientes
In the CreateAccount workflow, our requirement is to automatically log the user in withouth displaying login.jsp. The idea is to move from the first page (create_account.jsp) which collects screenName, firstName, emailAddress, etc., directly to the Terms of Use page (update_terms_of_use.jsp), then on to new_password, etc. Is there a way to go directly to the action phase of login.jsp? Would ActionURL work? Any help or suggestions are greatly appreciated.
thumbnail
Apoorva Prakash, modificado hace 11 años.

RE: authenticate user without displaying login.jsp during CreateAccount

Liferay Master Mensajes: 658 Fecha de incorporación: 15/06/10 Mensajes recientes
Hi Elijah,

You have to create a hook for terms_of_use.jsp with the help of login.jsp or you may do the reverse - get the terms_of_use,jsp content in login.jsp.

Hope this will help.
Thanks and Regards,
Apoorva Prakash
thumbnail
Elijah Mangason, modificado hace 11 años.

RE: authenticate user without displaying login.jsp during CreateAccount

Junior Member Mensajes: 65 Fecha de incorporación: 14/05/12 Mensajes recientes
Thanks, Apoorva, for your response. I already developed a hook to customize other parts of the CreateAccount process. It's just that the requirement now is to have the user automatically authenticated, bypassing login.jsp completely. Is there a way to execute LoginAction without displaying login.jsp? Would this be accomplished through what you have suggested, i.e. putting the content of terms_of_use.jsp in login.jsp? If so, how? Thanks in advance for any thoughts or advice.
thumbnail
jelmer kuperus, modificado hace 11 años.

RE: authenticate user without displaying login.jsp during CreateAccount

Liferay Legend Mensajes: 1191 Fecha de incorporación: 10/03/10 Mensajes recientes
If you pass along a redirect parameter when registering the user, then the user will automatically be logged in after registeration
thumbnail
Elijah Mangason, modificado hace 11 años.

RE: authenticate user without displaying login.jsp during CreateAccount

Junior Member Mensajes: 65 Fecha de incorporación: 14/05/12 Mensajes recientes
Thanks so much for your response, I'm really new to Liferay - could you kindly give some of the details? Specifically, what constitutes "registering" the user? Also, where does the redirect parameter go - jsp or action file - and what is the content of the redirect? Thanks for whatever info you care to pass along, it is much appreciated, and code snippets would be great!
salah eddine, modificado hace 11 años.

RE: authenticate user without displaying login.jsp during CreateAccount

New Member Mensajes: 3 Fecha de incorporación: 15/06/12 Mensajes recientes
Elijah Mangason:
Thanks so much for your response, I'm really new to Liferay - could you kindly give some of the details? Specifically, what constitutes "registering" the user? Also, where does the redirect parameter go - jsp or action file - and what is the content of the redirect? Thanks for whatever info you care to pass along, it is much appreciated, and code snippets would be great!



Hi, friend did you get a solution for your problem????
thumbnail
Elijah Mangason, modificado hace 11 años.

RE: authenticate user without displaying login.jsp during CreateAccount

Junior Member Mensajes: 65 Fecha de incorporación: 14/05/12 Mensajes recientes
I put the problem aside for a short time while I work on something else. Do you have a solution?
salah eddine, modificado hace 11 años.

RE: authenticate user without displaying login.jsp during CreateAccount

New Member Mensajes: 3 Fecha de incorporación: 15/06/12 Mensajes recientes
me too