CheckUserPassword(UserName: String, Password: String): Boolean
Checks the UserName can be found as a User Code, and checks the Password matches the code. Returns True if User Name and Password match, otherwise returns False.
CheckUserPassword function syntax has these named arguments:
Parameter |
Description |
User Name |
Required. User name to check. |
Password |
Required. Password to check. |