0
In coad coach problem password validator explanation is:
Explanation: The password has 2 numbers, 2 of the defined special characters, and its length is 14, making it valid. It means that password have atleast 7 character and atmost 14 so if password crosses 14 char what it will print valid or weak?
1 Answer
0
14+ characters is absolutely fine - the description only says that the password must be at least 7 characters long.