> which web2py version? Do you have a custom auth_user table? Looks like > something wrong with the list of validators for a field containing the > IS_UPPER validator.
This is on 1.99.7 stable. I do have two extra field to the auth_user table, and use a custom name instead of 'auth_user', but such customization should be fairly minimal. I just searched for the use of 'IS_UPPER' validator in my code, but didn't find any. The only thing related to it is the use of IS_STRONG(min=7, special=0, upper=0, number=0) but as you can see, there is no restriction on upper case characters. I wonder if it has anything to do the javascript form (jquery.h5form-2.4.1.min.js) I have in the custom view, as it does some validation to the fields as well. Thank you for looking into this.

