[Catalyst-commits] r10432 - in
trunk/Catalyst-Authentication-Store-DBIx-Class: .
lib/Catalyst/Authentication/Store/DBIx
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Fri Jun 5 08:34:43 GMT 2009
Author: t0m
Date: 2009-06-05 08:34:43 +0000 (Fri, 05 Jun 2009)
New Revision: 10432
Modified:
trunk/Catalyst-Authentication-Store-DBIx-Class/Changes
trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class.pm
Log:
Doc tweak so that people who use other auth stores first don't get confused...
Modified: trunk/Catalyst-Authentication-Store-DBIx-Class/Changes
===================================================================
--- trunk/Catalyst-Authentication-Store-DBIx-Class/Changes 2009-06-04 23:07:38 UTC (rev 10431)
+++ trunk/Catalyst-Authentication-Store-DBIx-Class/Changes 2009-06-05 08:34:43 UTC (rev 10432)
@@ -1,5 +1,7 @@
Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
+ Documentation tweak to clarify user_class, store_user_class etc.
+
0.108 2008-09-25
Adding SimpleDB realm to simplify basic auth configuration
Changing user_class to user_model, per req. by mst to avoid confusing newbies.
Modified: trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class.pm
===================================================================
--- trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class.pm 2009-06-04 23:07:38 UTC (rev 10431)
+++ trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class.pm 2009-06-05 08:34:43 UTC (rev 10432)
@@ -185,9 +185,12 @@
Contains the model name (as passed to $c->model()) of the DBIx::Class schema
to use as the source for user information. This config item is B<REQUIRED>.
-(Note that this option used to be called user_class. user_class is still
-functional, but should be used only for compatibility with previous configs.)
+(Note that this option used to be called C<< user_class >>. C<< user_class >> is
+still functional, but should be used only for compatibility with previous configs.
+The setting called C<< user_class >> on other authentication stores is
+present, but named C<< store_user_class >> in this store)
+
=item role_column
If your role information is stored in the same table as the rest of your user
More information about the Catalyst-commits
mailing list