[Catalyst-commits] r7406 -
trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class
jayk at dev.catalyst.perl.org
jayk at dev.catalyst.perl.org
Wed Jan 23 19:23:11 GMT 2008
Author: jayk
Date: 2008-01-23 19:23:11 +0000 (Wed, 23 Jan 2008)
New Revision: 7406
Modified:
trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm
Log:
urrgh. typo. Catalyst::Plugin::Authentication - not Authenticate
Modified: trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm
===================================================================
--- trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm 2008-01-23 19:21:02 UTC (rev 7405)
+++ trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm 2008-01-23 19:23:11 UTC (rev 7406)
@@ -258,14 +258,14 @@
=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
More information about the Catalyst-commits
mailing list