What is the code? Is this something that worked before? using a custom form?
On Wednesday, 17 October 2012 09:17:57 UTC-5, Rohan Malhotra wrote: > > Version 2.1.1 (2012-10-15 12:44:40) stable > > Hi, > > I am not able to submit an auth form. I am using default auth code. On > submitting the form, password is shown as invalid and 'enter from 0 to > 512 characters' error is thrown. Input > > <td class="w2p_fw"> > <input class="password invalidinput" id="auth_user_password" > name="password" type="password" > value="passwod_value_entered_before_submitting_form"> > <div class="error_wrapper"> > <div class="error" id="password__error" style="display: block;">enter from > 0 to 512 characters</div> > </div> > </td> > > > Please advice. > > Thanks > --