Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates the entered password against a stored work user's password.
Syntax
server public static boolean validateUserPassword(WHSUserId _userId, str _password)
Run On
Server
Parameters
- _userId
Type: WHSUserId Extended Data Type
The work user that you want to validate against.
- _password
Type: str
The entered password that you want to validate.
Return Value
Type: boolean
true if the password is valid for the user; otherwise, false.