cancel
Showing results for 
Search instead for 
Did you mean: 

Portal Login Screen

Former Member
0 Kudos

hi

I need to include the portal login screen in the home page of a website. Can you please send me a detailed document of how to go about and do this.

Thank you very much

Regards

Luke

Accepted Solutions (0)

Answers (4)

Answers (4)

chinmaya_sahoo
Contributor
0 Kudos

Please refer to the following blogs for Login page change related issue.

The standard logon component containing the code and resources used by the logon screens is shipped in a portal archive (PAR) file named com.sap.portal.runtime.logon.par.

Import the par file as a project in NWDS. Browse through the tree structure of the project. In the PORTAL-INF folder, various jsps are available.

1)umLogonPage.jsp

2)umLogonCertPage.jsp

3)umResetPasswordPage.jsp

4)changePasswordPage.jsp

5)umHelpPage.jsp

6)umLogonProblemPage.jsp

7)umLogoffPage.jsp

8)umLogonTopArea.txt

9)umLogonBotArea.txt.

Inorder to change the images, text in the logon page you need to edit Files 1,8,9

The SAP logo is referenced in umLogonBotArea.txt as sapLogo.gif.

The branding image branding-image.jpg is referenced in umLogonBotArea.txt.

Edit the images name in these files and put your new images in the layout folder of the project.

If u want to remove the " register now" option in the logon screen, remove the self registration tag in the umLogonPage.jsp

Cheers

Chinmaya

Reward for helpful answers

Former Member
0 Kudos

Hi Karthick,

Thank you for the concern. You can email it to luke4sap@hotmail.com

I will try like you suggested. Thank you so much.

Regards

Luke

Former Member
0 Kudos

Hi Luke,

I sent the required pdf's to your mail id

luke4sap@hotmail.com,Have a look at it and let me know whether it helps.

Regards,

Karthick

Former Member
0 Kudos

Hi Luke,

If just changed the JSP files, you can put back the jsp files in the par file and then upload it in the administration console of the Portal Runtime.

I use 7-Zip (for example) to open the file, I believe that winzip damages the format of the file.

Best Regards,

Paulo Ruivo

Former Member
0 Kudos

Hi kartik

can you send me the logon page modification pdf file to potluritwins@yahoo.com

Former Member
0 Kudos

Hi

I downloaded the com.sap.portal.runtime.logon.par.pak

(I'm follwing the link https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/371e9d90-0201-0010-c39c-fd2... and I made changes in the necessary JSP pages to customize the loging screen.

(I used Edit plus editor to customize the JSP pages)

Now my qestion is after making all thses changes how should I upload the modified com.sap.portal.runtime.logon.par.bak into the portal.

Thank you

Regards

Luke

Former Member
0 Kudos

You have to use NetWeaver Developer Studio to build the PAR file and deploy it as com.sap.portal.runtime.logon.par (without the .bak extension). As I mentioned before, make a backup of the original file, just in case something goes wrong.

You can download NetWeaver Developer Studio here:

https://www.sdn.sap.com/irj/sdn/downloads

(Follow the download link for Sneak Preview SAP NetWeaver 04 - Full Java Edition with Enterprise Portal, NWDS is the 4th file in the Full Java Edition and is almost 1 gigabyte in size)

Read more about installing it on my blog here:

Former Member
0 Kudos

Hi Luke,

Give me your mail ID I'll send the exact pdf(Customizing the logon Screen) file you want for this.

There are some more steps you have to follow to achive this.

Overview :

First before doing modification Remove .bak extension in your par file.Then make changes.

Login to your portal ->

https://<Host>:<port>/irj/portal

Now Go to

Then JavaDevelopment->Tools->PRt Admin Console->

Please specify a Portal Archive file (PAR) and press "upload" to store it into the PCD. ->Browse your par file and Upload it to the portal.

Regards,

Karthick K Eswaran

Former Member
0 Kudos

Hi Karthik,

here we have also same requirement is there, i requet to u could u please send the PDF file of Customization of logon Screen) to my mail id : jbkanikanti@gmail.com

Regards,

Jagadish Babu Kanikanti.

Former Member
0 Kudos

If you're looking to modify the logon page to include in the home page of a web site, try this:

http://help.sap.com/saphelp_nw04/helpdata/en/23/c0e240beb0702ae10000000a155106/content.htm

Once you've modified it, you can include it inside a frame on the home page:

<iframe align="center" MARGINHEIGHT=0 MARGINWIDTH=0 FRAMEBORDER=0 width=200 height=100 SCROLLING=no SRC="http://portalurl.com:portnumber/irj/portal"><br />

</iframe>

Former Member
0 Kudos

Hi ,

I have this same requirement.I modified the SAP logon page and included it in website.Now on successful login the portal page opens in new browser.

I want that this portal page should open in the same website browser.

Can you help me in this.??