Fórum

how to remove the middle name from create_account/login page ?

RAVI RAJAMANI, modificado 9 Anos atrás.

how to remove the middle name from create_account/login page ?

Regular Member Postagens: 123 Data de Entrada: 07/12/14 Postagens Recentes
Hi,
Please any one suggest how to remove the middle name from Create_account /login. Is Service wrapper hook enough to remove middle or I have go for Ext implementation.

Regards
Ravi
thumbnail
Anil Sunkari, modificado 9 Anos atrás.

RE: how to remove the middle name from create_account/login page ?

Expert Postagens: 427 Data de Entrada: 12/08/09 Postagens Recentes
Hi Ravi,

Hook will be enough to remove the field from the screen.

Regards,
Anil Sunkari
thumbnail
Antoine Comble, modificado 9 Anos atrás.

RE: how to remove the middle name from create_account/login page ?

Regular Member Postagens: 232 Data de Entrada: 07/09/12 Postagens Recentes
Hi Ravi,

I agree with Anil : custom jsps hook will be sufficient.

With this kind of hook, you can edit jsp in order to add/remove/edit jsp code in ROOT/html/portlet folder.

Regards,

Antoine
thumbnail
Jitendra Rajput, modificado 9 Anos atrás.

RE: how to remove the middle name from create_account/login page ?

Liferay Master Postagens: 875 Data de Entrada: 07/01/11 Postagens Recentes
Instead of remove you can hide middle name field. Removing may create an issue if controller unable to find any field.
RAVI RAJAMANI, modificado 8 Anos atrás.

RE: how to remove the middle name from create_account/login page ?

Regular Member Postagens: 123 Data de Entrada: 07/12/14 Postagens Recentes
How to hide a middle name or any fields in the login/createAccount.jsps

Regards,
Ravi R