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 that the password that is entered by the user is the correct password.
Syntax
client server public static boolean staffIsPasswordValid(RetailStaffPassword _password, RetailStaffPassword _realPassword)
Run On
Called
Parameters
- _password
Type: RetailStaffPassword Extended Data Type
The password that is entered by the user.
- _realPassword
Type: RetailStaffPassword Extended Data Type
The password that belongs to that user.
Return Value
Type: boolean
true if the password is valid; otherwise, false.