> try: > if form.process().accepted: >
When you call auth(), it automatically processes the form, so you should not subsequently call form.process(). If you want to do something after processing an auth form, use the auth.settings.<action>_onaccept callbacks (in this case, auth.settings.register_onaccept). Anthony -- --- 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.

