cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the login page of EP ?

Former Member
0 Kudos

Hi Everyone!

I need to change the login page of my EP.im a beginner so would really appreciate if someone can give me detailed documentation on that.

regards

steve soni

Accepted Solutions (1)

Accepted Solutions (1)

Saravanan_SD
Advisor
Advisor
0 Kudos

Hi Steve,

Goto System Administration->System Configuration->UM Configuration->Direct Editing

Modify ume.logon.branding_image property with the new image file name

Also make sure that you put the new image file is kept at exactly the same location in the Portal server where the Welcome imege file screen is kept.

In the end please make sure that you restart the Portal server.

Hope it helps.

Regards,

Saravanan

Answers (10)

Answers (10)

Former Member
0 Kudos

Hi Steve,

See here:

<SAPJ2Eengine-deployment-dir>\cluster\server\ume\authschemes.xml.bak

To edit the authschemes.xml file follow these steps:

1. Launch the configtool from /usr/sap/instance/JC00/j2ee/configtool.

2. Switch to edit mode.

3. In the tree, navigate to cluster_data->server->persistent->com.sap.security.core.ume.service

4. Switch to edit mode and in the tree choose authschemes.xml.

5. Choose download and save the file to local directory.

6. Open the file in wordpad.

7. In the file, rename all occurrences of the string com.sap.portal.runtime.logon with your custom name for the par file in the tags and save the file.

8. Restart the portal

You can see this link for more info on this:

http://help.sap.com/saphelp_nw04/helpdata/en/1a/3afd4e641b8f42ac07bb77fe30375b/content.htm

Regards,

Pooja.

Message was edited by: Pooja S

Former Member
0 Kudos

Hi steve,

You can refer this <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/_a-c/Customizing%20the%20Logon%20User%20Interface%20of%20SAP%20Enterprise%20Portal%206.0">document</a>.

Here in this document they have included the branding image option for SP2 as well(As of EP6 SP2, it is possible to change the branding image without having to modify code. Instead, you can set the user management property ume.logon.branding_image to a valid URL).

Regards,

Pooja.

sachin_soni
Active Participant
0 Kudos

hi all of you have given the solutions which were valid upto sp2 , can anybody give me the solution for SP9!!!!!!

regards

SACHIN SONI

Former Member
0 Kudos

hi,

Can you please tell in what ways that document was irrelevant to you in modifying the login page of portal sp9? Start customizing the login page and mention the problems if you face. Please dont ignore the time spent on your queries by so many people.

Regards,

Ganesh N

sachin_soni
Active Participant
0 Kudos

hi ganesh!

I'm sorry if i hurted you in some way. actually i couldnt find the file authschemes.xml.bak as mentioned in most of the replies.

i'm eagerly waitin for your quick response.

Former Member
0 Kudos

Hi

Steps to find authshemes.xml:

==================================

Launch the config tool from <local drive>\usr\sap\<instance>\JC00\j2ee\configtool\ configtool.bat

Then switch to configuration editor mode.

In the tree,navigate to cluster_data -> server -> persistent -> com.sap.security.core.ume.service.

Switch between view and edit mode.

In the tree, select authschemes .xml and choose <b>show the details of selected node</b>.

Choose download and save it to your local file.

Then do the steps as given in the above replies.

Regards

Yoga

Message was edited by: Yogalakshmi

Former Member
0 Kudos

hi,

I was in no way hurt. I just said that you could mention the problem you face.

Start the config tool <sapj2eeengine>\j2ee\configtool\configtool.bat

Go to Cluster_data -> server ->persistent->com.sap.security.core.ume.service

switch to edit mode.

Select authschemes.xml and save locally and then edit.

Regards,

Ganesh N

Saravanan_SD
Advisor
Advisor
0 Kudos

Hi Steve,

Inorder to remove the "Click here to Register " text:

Goto System Administartion-UM configuration-Direct Editing

#Show the self-registration link on the logon screen

  1. (Type: Bool, Default: 'TRUE')

ume.logon.selfreg=TRUE

Make this property as FALSE and save the configurations and Restart the server...

Hope it helps.

regards,

Saravanan

Former Member
0 Kudos

Hi Steve,

If You really Wants to Change Login Page Of Portal Then You Have to For given Links.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/_a-c/customizin... the logon user interface of sap enterprise portal 6.0

Might be Possible this links will help You For Changing The Login Screen Of Portal?

Regards

Madhav Mishra

JK Technosoft, Noida

Mbl:+919818552390

Former Member
0 Kudos

Hi Steve,

This <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/_a-c/Customizing%20the%20Logon%20User%20Interface%20of%20SAP%20Enterprise%20Portal%206.0">document</a> will guide u step by step.

Regards,

Pooja.

Former Member
0 Kudos

Hi Steve,

Refer the following link.

<b></b>

Regards

Rajeev.

do award points for helpful answers in SDN.

Former Member
0 Kudos

Hi Steve

Refer to this link -

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/23/c0e240beb0702ae10000000a155106/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/23/c0e240beb0702ae10000000a155106/frameset.htm</a>

It gives the detailed and best explanation of how to change the logon page.

The steps are as follows -

Procedure

Make a Copy of the Standard Logon Component and Modify It

1. Navigate to <J2EE_Engine_Instance>\j2ee\cluster\server<X>\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd.

There you can find com.sap.portal.runtime.logon.par.bak.

2. Make a copy of com.sap.portal.runtime.logon.par.bak and rename it. In this example, it is renamed to my.new.logon.par.

3. Move my.new.logon.par to a location outside of the <J2EE-Engine_Instance>.

4. Extract the files from my.new.logon.parpreserving the directory structure.

5. Modify files in the extracted PAR file.

6. Put the modified files back into my.new.logon.par.

7. Copy my.new.logon.par back to <J2EE_Engine_Instance>\j2ee\cluster\server<X>\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd.

Modify authschemes.xml to reference the new PAR file containing the modified logon UIs

8. In the authschemes.xml file, replace all occurrences of the string “com.sap.portal.runtime.logon” with “my.new.logon” in the tags <frontendtarget> and save the file. Edit the authschemes.xml file as described in Changing the authschemes.xml File.

9. Restart the nodes in the cluster for the changes to take effect.

Thanks,

Samta

PS : Reward points for useful answers

Former Member
0 Kudos

hi Steve,

Go through this document which will help you in customizing the logon page.

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

Regards,

Ganesh N

Former Member
0 Kudos

Hi steve

You can copy the sap.portal.runtime.logon.par.bak file from <local_drive>usrsap<instance>JC00j2eecluster server0appssap.comirjservlet_jspirj ootWEB-INF

deploymentpcd.

Rename the file and do the modifications(Edit the jsp file according to ur need) as per your requirements. Upload the PAR file again and restart the portal.

Also do necessary modifications in authschemes.xml file.

Restart your portal.

Have a look at these links.

http://help.sap.com/saphelp_nw04s/helpdata/en/23/c0e240beb0702ae10000000a155106/frameset.htm

https://websmp101.sap-ag.de/~sapdownload/011000358700003697292003E/Logonscreen_HowTo_v2.pdf

Regards

yoga

Message was edited by: Yogalakshmi