How do I set the oldPassword in the ChangePassword Method

D

Don Berman

The ChangePassword Method has two parameters, old and new passwords, both
stated to be of type "string". When I enter the oldPassword as a string I
get a run time error "Method not applicable for this object". (Note: the
code compiles ok)
 
D

Douglas J. Steele

What "ChangePassword" method? Assuming you're talking about methods for the
DAO User object, there's only a "NewPassword" method.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top