any one who can find a weakness would be greatley thanked as it will help me "improve" the site
<label for="login-username" class="login-text">Username</label>
<input tabindex="1" type="text" class="login-field" name="credentials.username" id="login-username" value="user" maxlength="32" />
</li>
<li>
<label for="login-password" class="login-text">Password</label>
<input tabindex="2" type="password" class="login-field" name="credentials.password" id="login-password" maxlength="32" />
<input type="submit" value="Log in" class="submit" id="login-submit-button"/>
<a href="#" id="login-submit-new-button" class="new-button" style="margin-left: 0;display:none"><b style="padding-left: 10px; padding-right: 7px; width: 55px">Log in</b><i></i></a>
</li>




