[Jifty-commit] r2201 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Nov 25 19:46:15 EST 2006


Author: jesse
Date: Sat Nov 25 19:46:14 2006
New Revision: 2201

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/LetMe.pm

Log:
 r45434 at pinglin:  jesse | 2006-11-25 19:44:43 -0500
  * A bit more defensive warning avoidance


Modified: jifty/trunk/lib/Jifty/LetMe.pm
==============================================================================
--- jifty/trunk/lib/Jifty/LetMe.pm	(original)
+++ jifty/trunk/lib/Jifty/LetMe.pm	Sat Nov 25 19:46:14 2006
@@ -90,6 +90,9 @@
     # get user's generic secret
     my $user;
     return undef unless ( $user = $self->_user_from_email($self->email) );
+    return undef unless ($user->auth_token);
+
+
 
     # build an md5sum of the email token and until and our secret
     my $digest = Digest::MD5->new();


More information about the Jifty-commit mailing list