Bug 392

Summary: Incorrect return values when validating the password of user account
Product: online shop management system Reporter: nokyinng3-c
Component: UserAssignee: Silvia <potleung4-c>
Status: RESOLVED FIXED    
Severity: normal CC: nokyinng3-c
Priority: Normal    
Version: 1.0.0   
Hardware: PC   
OS: Windows   

Description nokyinng3-c 2020-11-06 14:10:47 HKT
When testing the function of validating the format of the password of a user account, the expected result and actual result do not match.
The expected result is false if the password includes any special character, but the return value of the function of Checking.isValidPassword(String pw) is true when the password includes special characters.