I am using Liferay 7.3.2. I have want to redirect the user after login. I have created a public page and define following property in portal-ext.properties file.
default.landing.page.path=/web/${liferay:screenName}/login
How can I access the user screen name in a friendly URL while creating a public page?
I tried as follows but not working: /liferay-screenname/login
I want screen name in the URL because only authenticated users would access the URL.