[Jifty-commit] r1425 - in jifty: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Jul 1 16:32:05 EDT 2006


Author: nelhage
Date: Sat Jul  1 16:32:04 2006
New Revision: 1425

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

Log:
 r13510 at phanatique:  nelhage | 2006-06-30 15:33:12 +0200
 Documenting what happens if we get an invalid LetMe


Modified: jifty/trunk/plugins/LetMe/lib/Jifty/Plugin/LetMe.pm
==============================================================================
--- jifty/trunk/plugins/LetMe/lib/Jifty/Plugin/LetMe.pm	(original)
+++ jifty/trunk/plugins/LetMe/lib/Jifty/Plugin/LetMe.pm	Sat Jul  1 16:32:04 2006
@@ -34,6 +34,9 @@
         Jifty->api->allow('ConfirmEmail') if $let_me->path eq 'confirm';
     };
 
+If a user tried to access a path under C<Jifty::LetMe->base_path> with
+an invalid LetMe, we redirect them to '/error/let_me/invalid_token'.
+
 =cut
 
 our $DISABLE_ACTIONS = 1;


More information about the Jifty-commit mailing list