urrgh. typo. Catalyst::Plugin::Authentication - not Authenticate
Jay Kuri [Wed, 23 Jan 2008 19:23:11 +0000 (19:23 +0000)]
lib/Catalyst/Authentication/Store/DBIx/Class/User.pm

index 412ee9b..a4f0222 100644 (file)
@@ -258,14 +258,14 @@ Synonym for get_object
 =head2 auto_create
 
 This is called when the auto_create_user option is turned on in 
-Catalyst::Plugin::Authenticate and a user matching the authinfo provided is not found. 
+Catalyst::Plugin::Authentication and a user matching the authinfo provided is not found. 
 By default, this will call the C<auto_create()> method of the resultset associated
 with this object. It is up to you to implement that method.
 
 =head2 auto_update
 
 This is called when the auto_update_user option is turned on in
-Catalyst::Plugin::Authenticate. Note that by default the DBIx::Class store
+Catalyst::Plugin::Authentication. Note that by default the DBIx::Class store
 uses every field in the authinfo hash to match the user. This means any
 information that is provided that does not match the user record will cause
 the user record to not be found. In order for the auto_update routine to be