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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Jun 28 17:51:32 EDT 2006


Author: srl
Date: Wed Jun 28 17:51:32 2006
New Revision: 1394

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

Log:
 r5359 at lightning:  srl | 2006-06-28 17:50:11 -0400
 Corrected some wording in POD.


Modified: jifty/trunk/lib/Jifty/LetMe.pm
==============================================================================
--- jifty/trunk/lib/Jifty/LetMe.pm	(original)
+++ jifty/trunk/lib/Jifty/LetMe.pm	Wed Jun 28 17:51:32 2006
@@ -19,8 +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,
+A LetMe is a way to provide a one-time-use URL for a particular purpose.
+All LetMe objects give you a way to validate someone's identity and to
+allow them a very small set of possible actions or page-access permissions.
+
+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.
 


More information about the Jifty-commit mailing list