On Friday, April 20, 2012 5:50:25 PM UTC-4, Anthony wrote: > > The new user id should be in form.vars.id as well as session.auth.user.idat > that point.
Actually, looking at the code, auth.user.id should work as well, unless you have auth.settings.registration_requires_verification = True, in which case, session.auth.user.id won't work either (but form.vars.id will work in either case). Anthony

