Lotus Script required to change HTTPPassword

Hi everybody,

I dont know how to change the password in HTTPPassword, using lotus script. In my web application we are giving the facility to the user to change his passwords in names.nsf database.

And that names.nsf is on different server, so pls give the lotus script, how to change the password.

hope soon

Sri

Subject: Lotus Script required to change HTTPPassword

You do not need LS to change the HTTPPassword. Just use the URL Command ChangePassword

something like this

http://yourdomain/names.nsf?ChangePassword

that is it