def flash(user): response.flash = "Please check your inbox" auth.settings.register_onaccept = flash
On Mon, Feb 4, 2013 at 12:12 PM, António Ramos <[email protected]> wrote: > How can i have a flash message telling the user to check and validate the > link sent to the user email? > without a flash message the users registering for the first time does not > know that an email was sent to his mailbox. > > > Thank you > > -- > > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

