13 June, 2017

Captcha & reCaptcha with Liferay 7

If you are planning to integrate captcha in you liferay custom portlet then use below stuff view.jsp: <%@taglib uri="http://liferay.com/tld/captcha" prefix="liferay-captcha" %> <portlet:resourceURL id="/login/captcha" var="captchaURL"/> <liferay-captcha:captcha url="<%=captchaURL%>" /> Write CaptchaMVCResourceCommand.java : @Component(     property = {         "javax.portlet.name=test_portlet",    ...

Popular Posts

Featured Post

Liferay 7.3 compatibility matrix

Compatibility Matrix Liferay's general policy is to test Liferay Portal CE against newer major releases of operating systems, open s...