cancel
Showing results for 
Search instead for 
Did you mean: 

Setting the validity of a user password

Former Member
0 Kudos

Hi,

I want to set the validity for a user with my web dynpro application, not the account.

With the IUserAccount Object I cannot see which method should be the working one.

best regards

Mathias

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mathias:

You have the following options with IUserAccount interface:

setValidToDate(Date date)

or setLocked(boolean lock, int reason) - if you want to the lock the user.

Did you checked these methods? Hope these will solve ur issue.

Tnx,

MS