cancel
Showing results for 
Search instead for 
Did you mean: 

Warning message of password expire

Former Member
0 Kudos

Hi All,

I have a requirement. When user password is going expire in 5 days, there should be warning message when user logs into portal which says "your password is going expire in 5 days, please change".

How achieve this functionality in portal, please advice.

Thanks,

Santosh.

Edited by: Santosh Gundelli on Dec 17, 2011 10:13 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can create a portal application. Then put it in the portal desktop. In the portal application check user password expiration using ume apis.

Former Member
0 Kudos

Hi Erhan,

Can you please help me, how create this portal application.

Thanks,

Santosh.

Former Member
0 Kudos

Hi Santhosh,

What is the datasource of your portal ? Is it LDAP or UME or ABAP ?

Regards,

Mahesh

Former Member
0 Kudos

Hi Mahesh,

We are using ABAP data soucre.

Thanks,

Santosh.

Former Member
0 Kudos

You can call ABAP RFC to get expiration date. You can create portal application using Netweaver Developer Studio.

File->New->Other->Portal Application->Create a Portal Application Project

Then right click on the left side project name Create a New Application Object.

Here you can write code.

Answers (0)