Liferay 7.3 editing account creation pages

thumbnail
Nick Burton, modified 5 Years ago. Junior Member Posts: 51 Join Date: 7/13/14 Recent Posts
Hello,
(Liferay 7.3 GA3)
Is there a way to edit the design of the account creation page that displays the, Security Question, widget?

Thanks in advance

Nick  
thumbnail
Christoph Rabel, modified 5 Years ago. Liferay Legend Posts: 1555 Join Date: 9/24/09 Recent Posts
I believe you have to override the relevant jsp using an osgi fragment:
https://help.liferay.com/hc/en-us/articles/360017881152-JSP-Overrides-Using-OSGi-Fragments
But I am not a 100% sure which module/files you need to override, I guess, users-admin-web / reminder_query_questions.jspf, maybe other files too.
https://github.com/liferay/liferay-portal/tree/7.2.x/modules/apps/users-admin/users-admin-web/src/main/resources/META-INF/resources/user
Note: The version of the overridden module depends on your Liferay version. If you have the bundle installed in the IDE, it will select the correct one automatically.
thumbnail
Nick Burton, modified 5 Years ago. Junior Member Posts: 51 Join Date: 7/13/14 Recent Posts
Thanks, Christoph.