Hi!
I'm using Liferay 5.2.3 and Tomcat 6.0.24.
I've created my own portlet which purpose is to perform user registration. I wanted this portlet to be accessed from default login (or sign in) portlet. Documentation says, that I must change company.security.strangers.url property in portal-ext.properties file to the friendly url of the page, where my custom portlet is placed. I've changed this property in webapps/ROOT/WEB-INF/classes/portal-ext.properties file to /web/guest/test, created the "test" page, restarted Tomcat and see no changes: link "Create account" in default "Sign In" portlet still guides me to the default registration portlet, not to my page. I've set company.security.strangers.url=/test, restarted Tomcat again, but still no changes are made in "Sign In" portlet.
Settings from portal-ext.properties file are working, because if I change company.security.strangers property to false I will see (after Tomcat restart) that "Create Account" link has disappeared from "Sing In" portlet.
How I can change where the link "Create Account" in "Sign In" portlet guides to?
Please sign in to flag this as inappropriate.