Doc tweak so that people who use other auth stores first don't get confused...
Tomas Doran [Fri, 5 Jun 2009 08:34:43 +0000 (08:34 +0000)]
Changes
lib/Catalyst/Authentication/Store/DBIx/Class.pm

diff --git a/Changes b/Changes
index a55f1bb..8a08b1e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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.
index 7566900..c493d7a 100644 (file)
@@ -185,8 +185,11 @@ contains the class name of the store to be used.
 
 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