<html>
<body>
Navigation complete. Below is the login form with a different action but
same structure, a sign of failure.
<form method="POST" action="retry.html" id="different_action_form">
<input type="text" id="username_different_action" name="username_different_action">
<input type="password" id="password_different_action" name="password_different_action">
<input type="submit" id="submit_different_action" name="submit_different_action">
</form>
</body>
</html>