I still do not understand. Can you give me exact steps to reproduce the problem?
On Thursday, 18 October 2012 02:18:50 UTC-5, Rohan Malhotra wrote: > > > On Thursday, 18 October 2012 02:51:52 UTC+5:30, Massimo Di Pierro wrote: >> >> 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 >>> >> > It is default code copied from scaffolding app with no customization. > > I downgraded web2py to 1.99 version and things started to work again > without any change in code. > > -Ro > --