Bug 392 - Incorrect return values when validating the password of user account
Summary: Incorrect return values when validating the password of user account
Status: RESOLVED FIXED
Alias: None
Product: online shop management system
Classification: Unclassified
Component: User (show other bugs)
Version: 1.0.0
Hardware: PC Windows
: Normal normal
Assignee: Silvia
URL:
Depends on:
Blocks:
 
Reported: 2020-11-06 14:10 HKT by nokyinng3-c
Modified: 2020-11-06 20:20 HKT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.