From: Tom Hughes Date: Thu, 21 Jun 2007 22:50:17 +0000 (+0000) Subject: Only treat a user as logged in if the user object has an id value - this X-Git-Tag: live~8792 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/6020e0519e20580364374d209420d519181621b2?hp=6020e0519e20580364374d209420d519181621b2 Only treat a user as logged in if the user object has an id value - this avoids problem when creating an account fails and leaves an unsaved user object with no id value. ---