[Jifty-commit] r3318 - jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Mixin/Model

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jun 1 16:18:42 EDT 2007


Author: clkao
Date: Fri Jun  1 16:18:42 2007
New Revision: 3318

Modified:
   jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Mixin/Model/User.pm

Log:
Fix typo.

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Mixin/Model/User.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Mixin/Model/User.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Mixin/Model/User.pm	Fri Jun  1 16:18:42 2007
@@ -85,7 +85,7 @@
     my $self      = shift;
     my $new_value = shift;
 
-    return 1 if $self->_has_alternative_auth();
+    return 1 if $self->has_alternative_auth();
 
     return ( 0, _('Passwords need to be at least six characters long') )
         if length($new_value) < 6;


More information about the Jifty-commit mailing list