cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic Login to Portal.

Former Member
0 Kudos

Hi,

I have created a Custom Login application in Web dynpro for Login screen.It asks for the password change prompt for first time login.

When the password change is successful it should log into portal.But in my case it is hsowing the Login page. How should the password be fetched using UME api?

Do i need to write separate login component for Logging to the Portal after password change?

Pls help.

Thanks & Regards,

Amarys

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Amarys,

The password change propmt for the first time login is portals behaviour, you can handle this using the UME properties, ume.logon.security_policy.password_change_allowed or ume.logon.security_policy.password_change_required.

Check the Security Policy under the [link|http://help.sap.com/saphelp_nw04/helpdata/en/7f/c52442ad9f5133e10000000a155106/frameset.htm] which will help you in changing this property. This has a link which describes the editing of UME Properties through Config Tool.

Hope this helps!

Thanks, Ansar.