Changing HTTP password through lotus script

I have a bunch of users whose HTTP password I need to set using an agent. The passwords are listed in an Excel file.

I am running a lotusscript agent to read the Excel file and set the appropriate password in the HTTPPassword field of the person document in names.nsf

Am I doing this in the correct way? Is there anything more that I need to do?

Thanks!

Rachna.

Subject: Changing HTTP password through lotus script

Just remember to encrypt the passwords.The easiest way to do this is to call ComputeWithForm before saving the person document.

Simeon

Subject: RE: Changing HTTP password through lotus script

Thanks Simeon…will do that.