Hi Alex, When a user changes its password, if she/he enters a password that is too short, they get a message that password must be at least 4 characters. In profile.php, the message is hardcoded as: $error[] = "Password must have at least 4 characters"; What is the variable that I should use instead of number 4 for minimum password length? Thanks, Guy