unlockUser
Syntax
unlockUser(userId)
Arguments
userId is a string indicating a user name.
Details
Unlock the specified user. It can only be executed by administrators when the configuration parameter enhancedSecurityVerification is set to true.
Examples
unlockUser("user1")
Related function: lockUser