Password Property (AUser)

Sets the user's password.

Syntax

Object.Password [ = sPassword ]

The Password property syntax has the following parts:

 

Name

Type

Description

Object

AUser

AUser object

sPassword

BString

The user's password

Comments

The password length has to be at least the minimum length set by AUsers' MinPasswordLen property when a user changes one's own password.

Example

The following example will set the user's password to "secret":

user1.Password="secret"

Applies to

AUser

See Also

FullName, LastLogin, Name, Rights