Description: /*
The new Password class that
(1) Allow at most two consecutive failure in entering correct password.
After the third time, login is disabled.
(2) Check if a new password contains at least 1 digit and 1 character
*/
To Search:
File list (Check if you may need any files):
Password.java