cancel
Showing results for 
Search instead for 
Did you mean: 

Add Link to Self-Service on logon page

Former Member
0 Kudos

Hi together,

I implemented a self-service task for password reset. But if a user want to reset his password, he have to know the url "http://blubb:50000/idm/pwdreset". (And the users don't know this url...)

So I want to set up a link on the IdM logon screen where the user has to enter his credentials. Is this possible? Maybe someone can help me...

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

It's been a while since I customized the Logon Screen, so I'm not quite sure about it.

You can get a clue about it here: https://cw.sdn.sap.com/cw/docs/DOC-101074

I think I found the correct WAR-File for the LogonPage in the following path:

/usr/sap/XXX/JCXX/j2ee/cluster/server0/apps/sap.com/com.sap.security.core.admin/servlet_jsp/logon

Also see

http://wiki.sdn.sap.com/wiki/display/EP/ModifyingtheLogon+Page

/message/7499798#7499798 [original link is broken]

or use search terms like "sap custom logon page"

One way is to use NWDS, import the file you downloaded from the mentioned directory, make your changes to the relevant jsp/txt files (depending on where your link should be placed), compile & upload it. You maybe also able to open the WAR-file with any zip-tool, edit the files in text editors and upload it somehow without NWDS.

The layout of the whole logon page is a bit tricky - good luck

BR

Michael