Some changes need to be made:
1. REQUIRE all passwords to be 12-14 characters long and contain: at least one: lower case, upper case, numbers, special character.
At MINIMUM make the passwords be 8 characters long, and have upper, lower case, and numbers.
This should be done PROGRAMATICALLY...