Is there any obvious reason why this input box is editable?
<input id="username" name="username" class="textfield70pc" readonly="readonly" type="text" value="My username" />
It seems kind of pointless having to use javascript / jquery to disable this text box.