Hi, I've had some problems with the 'user' exposed actions (profile, register, request_reset_password, etc.) where it fails in "self.user.id".
I've checked and I can see that the problem is the "auth.is_logged_in" function, which returns True (because session.auth does exist), but auth.user is None (same as auth.user_id) ... maybe due to expiration?. Thanks, Carlos

