Sets the user's password.
Object.Password [ = sPassword ]
The Password property syntax has the following parts:
Name |
Type |
Description |
Object |
AUser |
AUser object |
sPassword |
BString |
The user's password |
The password length has to be at least the minimum length set by AUsers' MinPasswordLen property when a user changes one's own password.
The following example will set the user's password to "secret":
user1.Password="secret"