Mihai Muntean 28.May.08 12:26 PM a Web browser Applications development/customizationAll ReleasesWindows 2003
Hi,
First of all I don't know if a put the post in right place. If not please escuse me, I am new here, and also my knoledge in Lotus Domino/Notes are limited.
I developed a small tool in c++ which does a HTTP-password reset for a given user.
I am doing this by opening the names.nsf database, and then the $VIMPeople view in this. In this view, I search for the user, and once is founded, I set the field "HTTPPassword" of this document with the new password.
Everything fine with this, but now the problem comes that I want to force also the user to change the password on next logon.
As I found some documentation, that this is possible using the Domino administration tools, I think and hope will be also possible to do it in an automated way (as in my case use the lcppn70.dll library).
My question is where, in which document, and which field name contains this?