cancel
Showing results for 
Search instead for 
Did you mean: 

Password Expiry............

Former Member
0 Kudos

Hi,

We have a requirement to validate the Password. The requirement needs,

1) Password needs to Expire for every 90 days and needs to display a message

2) 5 un successful attempts, should lock the account and need to display contact address

3) If password is wrong, need to display password wrong message instead of password Expired message.

How can we achieve this in EP. Plz send replies ASAP.

Regards||

Munu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Munu,

U need to wirte a customized authentication application and configure din portal instead of the standard to achieve ur requirements,

please refer,

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/e0/397b6073674da2b835ea6d10d8934b/content.htm">How to create Customized Authentication Applications na Configure in portal</a>

Regards,

Vinoth.M

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can do this by configuring the UME security properties in the config tool.

Goto config tool and edit property sheet com.sap.security.core.ume.service and set the following properties.

1. For password expiration

ume.logon.security_policy.password_expire_days = 90

2. For checking the unsuccesful attempts

ume.logon.security_policy.lock_after_invalid_attempts = 5

Refer the link below for more information

http://help.sap.com/saphelp_nw70/helpdata/en/b5/16c43bdd3da244a1d3372a77b5f83f/frameset.htm

Thanks

R.Murali

Former Member
0 Kudos

Hi Murali,

This is Excellent..Thank you very much..We will try it out..

We have one more Issue. i.e.

1) If we want to retrieve the Old password into the <b>Change Password Page</b> <u><b><i>"Password"</i></b></u> field. What we have to do?

2) If we want to show an Error Message as <b>Password invalid</b> instead of Password Expired, How can we do this?

Plz send the reply, Reward points assured...

Regards||

Munu..

Former Member
0 Kudos

Hi,

If you want to display your own messages then i think you need to customize the log-on page accroding to your requirements.

Refer the link below for customoizing the log-on page.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/371e9d90-0201-0010-c39c-fd295615...

Thnaks

R.Murali