フォーラム

ホーム » 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/03/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/09

最近の投稿

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/03/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/09

最近の投稿

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