Hi, I'd like to use w2p to support facebook login. When a new user signs up to the system, obviously, they should be added to the auth_user table. I'd like to create a new record for them also which can be linked to the auth_user. Another constraint is that I'd prefer not to modify the base gluon libs if possible.
So, my q is this - is there a good way of running some function which can be executed each time a new user oauth's into the system - it looks like it's somehow related to get_or_create_user, but this seems to be deep in the bowels of w2p. Thoughts appreciated. BR, Seán. -- --- 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.

