Share via


WHSWorkUser::validateUserPassword Method

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

  • _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.

See Also

Reference

WHSWorkUser Table