cancel
Showing results for 
Search instead for 
Did you mean: 

Reg:how to add the captcha image on the logon page of portal 7.3 in wdjava

Former Member
0 Kudos

Hi All

Here my requiremnt is I need to add captcahe image on the page.

I have developed that captcha application in wdabap.

I want to get the main screen of the wdabap application view on the portal logon above the logon button in portal  screen.

I need to validate the captache image in the logon button along with useris and password .

Can any one suggest what all the steps do we need to flow to me the above requirement .

Thanks & Regards

Deepika

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Deepika,

You could add the Catpcha on Logon Page?

Thank's

Former Member
0 Kudos

Hi Deepika,

Portal log on page is not in ABAP , it is JSP file .

1) You need to customize your logon page for this. Follow the below doc for the same

http://scn.sap.com/docs/DOC-27909

2) modify logonPage.jsp according to your requirement.

regards,

Rakesh Mathew

Former Member
0 Kudos

Hi Rakesh Mathew

Thanks for your quick response .

The above link what u have posted is for custom logon which I have already implemented .

Now I have implemented creating captcha image on logon page by creating JSP files .

Please find the link which I have followed for it

http://www.devmanuals.com/tutorials/java/jsp/captcha.html

But the cpatcha output I dnt find on logon page .

Do we need to apply any code in logonpage.jsp .

Can you please check the link and which steps I need to implement more to get the captcha image on portal page and how to validate the captcha image in logon button .

Thanks & Regards

Deepika

Former Member
0 Kudos

Hi,

Your requirement is to validate captcha before logon right?. Then you need to modify/add captcha creation code in logonpage.jsp and certLogonPage.jsp and validate it while logging in.

regards,

Rakesh Mathew

Former Member
0 Kudos

Hi

where I need to validate I dnt find logon button validation code method .

where actually user id and password is getting validated .

Regards

Deepika

Former Member
0 Kudos

Hi Vijay

Hope you have checked my above post ,

My requirement is to add captcha image on portal logon page of 7.3 v

For customizing portal 7.3 v logon page sap has hgiven WAR file that we need to import and customize accordingly .

I have raised SAP note for integrating the captcha on to portal the below is the link

http://www.devmanuals.com/tutorials/java/jsp/captcha.html

for developing the captcha ,

I have implemented the steps but I am unable to view the captcha image on logon page .

what is the code do I need to implement in LOGONPAGE .JSP file after implementing all the steps as per the link .

Now I am purely working it in wdjava without using wdabap .

Thanks & Regards

Deepika

former_member191643
Active Contributor
0 Kudos

Hi Deepika,

Try calling the captcha image validation code in the Logon button code(JSP code) itself.

Add a try-catch block to check if the captcha validation is correct, Else, provide a suitable error message.

Regards,

Sid