Skip to end of banner
Go to start of banner

admResetUserPassword

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Syntax

admResetUserPassword(userName, newPassword)

Alias

resetUserPassword(userName, newPassword)

Description

Updates the password for a user.

Parameters

Parameter name

Type

Required

Description

userName

string

Yes

The username of user to change the password for

newPasswordstringYesThe password to set

Return type

boolean

The result of operation

Example

boolean result = admResetUserPassword("username","Cx8pKJCMw!");


See also

  • No labels