|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > DBWArm > IsCorrectPassword |
This function checks about DBWARM password correctness
call DBWShell("IsCorrectPassword User Password")
User |
name of the user to check the Password of |
|---|---|
Password |
the Password to check |
@IS_CORRECT_PASSWORD |
1: the Password is correct |
The DBWARM must be enabled.
Call dbwshell("IsCorrectPassword " & user & " " & pin)
isCorrectPin = DBWResult("@IS_CORRECT_PASSWORD")