Foren

How to enable captcha logs in liferay?

thumbnail
Archi Madhu, geändert vor 12 Jahren.

How to enable captcha logs in liferay?

Regular Member Beiträge: 237 Beitrittsdatum: 25.03.08 Neueste Beiträge
Hello,


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

Thanks,
Archi
thumbnail
Geeta Raghu Vamsi Kotipalli, geändert vor 12 Jahren.

RE: How to enable captcha logs in liferay?

Junior Member Beiträge: 58 Beitrittsdatum: 10.11.11 Neueste Beiträge
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
thumbnail
Archi Madhu, geändert vor 12 Jahren.

RE: How to enable captcha logs in liferay?

Regular Member Beiträge: 237 Beitrittsdatum: 25.03.08 Neueste Beiträge
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?
thumbnail
Geeta Raghu Vamsi Kotipalli, geändert vor 12 Jahren.

RE: How to enable captcha logs in liferay?

Junior Member Beiträge: 58 Beitrittsdatum: 10.11.11 Neueste Beiträge
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