if($error) { ?>
Your login details have not been updated for the following reason(s):
if($incorrect_password) { ?>
- The current password you have entered was incorrect
} if($login_taken) { ?>- The login name you have selected has already been taken
} if($passwords_dont_match) { ?>- Your "new password" and "confirm password" do not match
} if($blank_passwords) { ?>- Your new password cannot be blank and must contain at least two characters
} ?>Please try again.
} elseif($update) { ?>Your login details have been successfully updated.
} else { ?>To change your login name and password you are required to enter your current password (for security reasons), the new login name (if you want to change it), a new password and a password confirmation.
} if(!$success) { ?> } ?>