alphanumeric regex password entre 8 y 24
if(false===(preg_match("/^(?=.*\d)(?=.*[a-z]).{6,8}$/", $sInput) > 0)) { return false; }