Userid file

i guess you all can helpme in this situationHere is the situation

I have this database which has all userid files , Id number’s and currentpasswords for all the note account users. what i got to do is

  • pullout the document from this database by entering ID number.

  • the document has ID number,current password and userid file .

-change the current password (say “test”) to new password(say “new password”) and save it with new password and put it back into the database.

Then comes the tough part

Now i need to update the new password in the userid file using lotus script or any API. please i need some help here

i know the userid file is read only but how can i change the current password in this userid file with new password and save that in the userid file with new password

please i really need help here…

thanks a lot

talari

Subject: I don’t think you can?

I’d be surprised if there was a way to change passwords in an ID file, by using LotusScript or @formula.

The thing that comes closest is using password recovery to unlock the ID and then change the password, but that’s still a manual action. And, the ID’s must be created with Password recovery information in them, otherwise it’s not possible at all.