
In this example
we will see how to create/add user in liferay using liferay mvc custom portlet
plugin.
First we
will register programmatically and just after user get registered we will
logged in that user in portal.
STEPS:
Step 1: Add below property in portal-ext.poperties file.
session.enable.phishing.protection=false
Step2:...