论坛

主页 » Liferay Portal » English » 3. Development

组合视图 统一视图 树状图
讨论主题 [ 上一个 | 下一个 ]
toggle
Archi Madhu
How to enable captcha logs in liferay?
2011年12月16日 上午2:09
答复

Archi Madhu

等级: Regular Member

帖子: 210

加入日期: 2008年3月24日

最近的帖子

Hello,


I was wondering if we can enable captcha logs in liferay?
Any suggestions?

Thanks,
Archi
Geeta Raghu Vamsi Kotipalli
RE: How to enable captcha logs in liferay?
2011年12月16日 上午4:24
答复

Geeta Raghu Vamsi Kotipalli

等级: Junior Member

帖子: 58

加入日期: 2011年11月9日

最近的帖子

Archi Madhu:
Hello,


I was wondering if we can enable captcha logs in liferay?
Any suggestions?

Thanks,
Archi



Hi Archi,

May i know what Captcha Your Using ???The Default Liferay Captcha Or the Google Open Source Re-Captch???

As per my knowledge Related to Captcha the Log Entry of the files can be done at the code level with the create account related and acceptance of the account related code by giving some println commands in the code

Thanks

K.G.R Vamsi
Archi Madhu
RE: How to enable captcha logs in liferay?
2011年12月16日 上午4:27
答复

Archi Madhu

等级: Regular Member

帖子: 210

加入日期: 2008年3月24日

最近的帖子

Geeta Raghu Vamsi Kotipalli:
Archi Madhu:
Hello,


I was wondering if we can enable captcha logs in liferay?
Any suggestions?

Thanks,
Archi



Hi Archi,

May i know what Captcha Your Using ???The Default Liferay Captcha Or the Google Open Source Re-Captch???

As per my knowledge Related to Captcha the Log Entry of the files can be done at the code level with the create account related and acceptance of the account related code by giving some println commands in the code

Thanks

K.G.R Vamsi


Hello,

We are using google captcha.

Do you mean we have to modify classes and put some printlns there?
Geeta Raghu Vamsi Kotipalli
RE: How to enable captcha logs in liferay?
2011年12月16日 上午4:38
答复

Geeta Raghu Vamsi Kotipalli

等级: Junior Member

帖子: 58

加入日期: 2011年11月9日

最近的帖子

Archi Madhu:
Geeta Raghu Vamsi Kotipalli:
Archi Madhu:
Hello,


I was wondering if we can enable captcha logs in liferay?
Any suggestions?

Thanks,
Archi



Hi Archi,

May i know what Captcha Your Using ???The Default Liferay Captcha Or the Google Open Source Re-Captch???

As per my knowledge Related to Captcha the Log Entry of the files can be done at the code level with the create account related and acceptance of the account related code by giving some println commands in the code

Thanks

K.G.R Vamsi


Hello,

We are using google captcha.

Do you mean we have to modify classes and put some printlns there?



Hi

Nice to hear that you are using the Google Captcha and as per my knowledge the best temporary way is to make the print ln statements in the create account related class files and then you can see the flow of the captcha whether the image string is properly written in the captcha box or not.

And Actually captcha comes up with the log4j integration i guess if i'm right then give the captcha related log4j parameter in the main log 4j parameter file accessing the liferay log output.

May i know how exactly you have done the Captcha integration in Liferay.Please do provide some doc if you have

Thanks

K.G.R Vamsi