[web2py] Re: Login error messages

2012-11-21 Thread Paolo Caruccio
>From the book http://web2py.com/books/default/chapter/29/09#Authenticationwe >know that: *The password field of the db.auth_user table defaults to a CRYPT validator* >From http://web2py.com/books/default/chapter/29/09#Customizing-Auth we know also that: *You can add any field you wish, and y

[web2py] Re: Login error messages

2012-11-21 Thread Daniele
Hiding the error is not my point. I want an error message when the user inputs an invalid email/password combination. However, the error message should just say something like "Email or password invalid." It shouldn't be running the same check as it does when a user registers a password... On W

[web2py] Re: Login error messages

2012-11-21 Thread Niphlod
auth.settings.hideerror ? On Wednesday, November 21, 2012 1:22:46 AM UTC+1, Daniele wrote: > > For some reason, I am not getting the right error messages to display on > my login form. > Right now, I'm getting the same errors that one should get upon > registration, such as: > > Minimum length i