P
Peter Hurford
Hi,
I have a dialog which the user types a username and a password into.
The actual data is tucked away for later use (in fact it is used to
set the "run as" credentials for a web service pool on IIS6, but
that's unimportant).
My problem is that the user keeps on typing the wrong password in, and
the first I know about it is (some time later) when I see a message in
the event log.
I want to build some logic into the dialog to go away and check a
valid user/pwd combination at the time they type the values.
What is the most succinct way to achieve this?
TIA
I have a dialog which the user types a username and a password into.
The actual data is tucked away for later use (in fact it is used to
set the "run as" credentials for a web service pool on IIS6, but
that's unimportant).
My problem is that the user keeps on typing the wrong password in, and
the first I know about it is (some time later) when I see a message in
the event log.
I want to build some logic into the dialog to go away and check a
valid user/pwd combination at the time they type the values.
What is the most succinct way to achieve this?
TIA