people.getUserPassword

Syntax people.getUserPassword (userName)

Params userName is the name of the user whose password you want to get.

Action Gets the password for a given user.

Returns The password if the user account exists, false if not.

Examples people.getUserPassword ("Bull Mancuso")

   » "abc"

See Also people.setUserPassword

Discuss