cancel
Showing results for 
Search instead for 
Did you mean: 

portal password

Former Member
0 Kudos

Hi,

Is it possible to set portal password for a certain period,say,6 montfs,i.e after 6 months it will be expired automatically.Please help me as early as possible.

Regerds

Aniruddha.

Accepted Solutions (1)

Accepted Solutions (1)

former_member185086
Active Contributor
0 Kudos

Hi Aniruddha

ya We can define the period during user creation as well as well as in programming

1. During user creation u can set is at Accout Information.

2. During Programming

IUserAccount ac;

ac.setValidFromDate(arg0);

ac.setValidToDate(arg0);

// It require a date as parameter.

3.You have to define the dependency named "com.sap.security.api.sda" then u will able to access All information related to user.

for further help for how to get current user its information etc read [this|]

Best Regards

Satish Kumar

Former Member
0 Kudos

Hi

Satish,Thanks for your answer.But I want to set the validity of password for all the users at a time.Can I do it?Please reply me as early as possible.

former_member185086
Active Contributor
0 Kudos

Hi

It depends ,ultimately u want to expire the user right?

or second case could be just before 5 days of the account expire u want to intimate the user.

or say default validity of the account is 60 days but if user not logged-on from last 30 days,will we notified and get expired after 5 days of notification.

Best Regards

Satish Kumar

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Go through the below links.

http://help.sap.com/saphelp_nw70/helpdata/EN/43/3d77734ae830f3e10000000a11466f/frameset.htm

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

Regards

Shanmukh

Edited by: Shanmukha Rao on Feb 27, 2009 2:34 PM

Edited by: Shanmukha Rao on Feb 27, 2009 2:34 PM