cancel
Showing results for 
Search instead for 
Did you mean: 

Password change option in Portal logon screen

Former Member
0 Kudos

Hi,

I want to give password change option to the user on his portal logon screen .Someone can provide me the detail for the same?

Thanks..

Kundan

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member189631
Active Contributor
0 Kudos

Kundan,

Link for UME API,

You can use the UME API method in JSPs, Webdynpro Java, or any java based applications in portal,

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/webinars-nw...

Ram

former_member189631
Active Contributor
0 Kudos

Hi Kundan,

Its possible to give the password set option on the logon page:

Some of the ways:-

Way1:

Create a new portal component(JSP Dynpage) to perform Reset password functionality by Using UME API methods.

Modify the logon par file to give the link to newly created component.

Way2:

Add the new JSP file in logon par file to perform reset password. Use UME API methods.

Modify the SAPMLogonLogic.java (which is in umelogonbase.jar file) to add the flow logic for the newly added JSP file

Ram

Former Member
0 Kudos

Hi,

Thnaks for replay.Can you provide related document for the same?

Thanks,

Kundan

Former Member
0 Kudos

Hi Kundan,

To activate the link u201CLogon Problem? Get Supportu201D link on the portal logon page to reset the password

Go to Config tool->Edit Mode ->Cluster data->Sever-cfg-services->com.sap.security.core.ume.services->ume.logon.logon.help=true

SMTP Server Configuration:

Sys Admin->UME Config->Notification E-mails

Host Name/SMPT = your SMPT Mail Server

System: mail id

Central: mail id

Workflow: mail id

Then restart the portal

Regards

Basha

Former Member
0 Kudos

modify your logon par file to include a link for password change.

Create a UME appication which will change the password(code snippet available in SDN).

Now create an iViw of the above application.

Call the above component(iView quick URL- whichever you prefer) from the logon par file JSP.

Thanks,

Arun

Former Member
0 Kudos

Hi Arun,

Can you explain it in detail or can you provide related document to achieve it?

Thanks,

Kundan