ValidPW Method
- Last UpdatedNov 06, 2025
- 1 minute read
The ValidPW() method checks whether the supplied user and password is valid.
Parameters
- userId
- Required. Holds the user ID that is being validated.
- userPw
- Required. Holds the user password that is being validated.
Return Value
Returns true if the user ID and password are valid, or false if they are not.
This method is typically used when an electronic signature is needed and the user must validate that they are who they say they are. If operating system security is being used, the user ID and password will be authenticated against the operating system by the computer running the Middleware. If operating system security is not being used, the user ID and password will be authenticated against the User_Name table.