Skip to content

SetUserPassword - cWebSessionManagerStandard

Changes the provided user name to the given password in the WebAppUser table

Type: Function
Return Data Type: Boolean

Parameters

Parameter Type Description
sLoginName String User Name
sPassword String Password

Syntax

Function SetUserPassword String sLoginName String sPassword Returns Boolean

Call Example

Get SetUserPassword sLoginName sPassword to BooleanVariable

Description

Changes the provided username to the given password in the WebAppUser table.

It uses CreatePasswordHash to hash the password beforehand.