if (strlen($password) < 7) {
            return false;
        }