Hello Massimo, I'm using a custom layout and I don't get any other flash messages.
On 22 mar, 15:08, mdipierro <[email protected]> wrote: > Do you get other flash messages? do you have a custom layout? > > On Mar 22, 5:47 am, salbefe <[email protected]> wrote: > > > > > Hello, > > > I made a custom login form with the following code. > > > {{if request.args(0)=='login':}} > > {{=form.custom.begin}} > > Email:{{=form.custom.widget.email}} > > Password:{{=form.custom.widget.password}} > > {{=form.custom.submit}} > > {{=form.custom.end}} > > > Now, when the user inputs an incorrect email or password I get > > redirected to the same login form. I do not know how I can I get an > > error message when the user inputs an incorrect email or password. > > > Thanks in advance -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

