Consolidate password validation messaging

This commit is contained in:
Jason Ertel
2021-09-02 19:12:32 -04:00
parent ce70380f0f
commit f659079542
4 changed files with 12 additions and 9 deletions

View File

@@ -98,7 +98,7 @@ function validatePassword() {
if [[ $len -lt 6 ]]; then
echo "Password does not meet the minimum requirements"
exit 2
fi
check_password_and_exit "$password"
}
function validateEmail() {