auth.settings.register_onaccept and auth.settings.login_accept are callback functions (or lists of functions) that are called upon successful registration or login. Each function will be passed the registration or login form object.
Anthony On Saturday, April 13, 2013 7:51:50 PM UTC-4, lucas wrote: > > hello one and all, > > how can i intercept the register and login functions to add code after > each has run? i essentially want to run some checks on the newly logged in > user and then redirect them as necessary. > > thanx in advance. lucas > -- --- 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.

