removing incorrect reference to id_field
Jay Kuri [Wed, 17 Sep 2008 20:54:36 +0000 (20:54 +0000)]
lib/Catalyst/Authentication/Store/DBIx/Class/User.pm

index a82b37c..388895e 100644 (file)
@@ -274,13 +274,11 @@ Returns an array of roles associated with this user, if roles are configured for
 
 =head2 for_session
 
-Returns a serialized user for storage in the session.  Currently, this is the value of the field
-specified by the 'id_field' config variable.
+Returns a serialized user for storage in the session.  
 
 =head2 from_session
 
-Revives a serialized user from storage in the session.  Currently, this uses the serialized data as the
-value of the 'id_field' config variable.
+Revives a serialized user from storage in the session. 
 
 =head2 get ( $fieldname )