Foros de discusión

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

RAVI RAJAMANI, modificado hace 9 años.

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

Regular Member Mensajes: 123 Fecha de incorporación: 7/12/14 Mensajes recientes
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 hace 9 años.

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

Expert Mensajes: 427 Fecha de incorporación: 12/08/09 Mensajes recientes
Hi Ravi,

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

Regards,
Anil Sunkari
thumbnail
Antoine Comble, modificado hace 9 años.

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

Regular Member Mensajes: 232 Fecha de incorporación: 7/09/12 Mensajes recientes
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 hace 9 años.

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

Liferay Master Mensajes: 875 Fecha de incorporación: 7/01/11 Mensajes recientes
Instead of remove you can hide middle name field. Removing may create an issue if controller unable to find any field.
RAVI RAJAMANI, modificado hace 8 años.

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

Regular Member Mensajes: 123 Fecha de incorporación: 7/12/14 Mensajes recientes
How to hide a middle name or any fields in the login/createAccount.jsps

Regards,
Ravi R