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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Jun 26 10:23:07 EDT 2006


Author: srl
Date: Mon Jun 26 10:23:05 2006
New Revision: 1367

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

Log:
 r5214 at lightning:  srl | 2006-06-26 10:22:26 -0400
 Explained LetMes a bit further.


Modified: jifty/trunk/lib/Jifty/LetMe.pm
==============================================================================
--- jifty/trunk/lib/Jifty/LetMe.pm	(original)
+++ jifty/trunk/lib/Jifty/LetMe.pm	Mon Jun 26 10:23:05 2006
@@ -19,6 +19,11 @@
 Create a new "LetMe" authentication object; it takes no parameters.
 It calls L</_init> to do any initialization.
 
+A LetMe is a way to provide a one-time-use URL to confirm someone's
+identity. For example, you can put a LetMe URL in an email to a new user,
+so that when they click on the URL you know that their email address
+is valid.
+
 =cut
 
 sub new {


More information about the Jifty-commit mailing list