[Catalyst-commits] r9533 - in
trunk/Catalyst-Authentication-Store-DBIx-Class: .
lib/Catalyst/Authentication/Realm
kane at dev.catalyst.perl.org
kane at dev.catalyst.perl.org
Fri Mar 20 14:34:36 GMT 2009
Author: kane
Date: 2009-03-20 14:34:36 +0000 (Fri, 20 Mar 2009)
New Revision: 9533
Modified:
trunk/Catalyst-Authentication-Store-DBIx-Class/
trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Realm/SimpleDB.pm
Log:
r2699 at ds013: kane | 2009-03-20 15:34:22 +0100
* adapt synopsis to be in line with the examples of the rest of the docs
* boldify the USER class is needed, not just the connection
Property changes on: trunk/Catalyst-Authentication-Store-DBIx-Class
___________________________________________________________________
Name: svk:merge
+ 6bb30d22-934f-40ac-a2a4-28ad36850c49:/local/cat/Catalyst-Authentication-Store-DBIx-Class:2699
Modified: trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Realm/SimpleDB.pm
===================================================================
--- trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Realm/SimpleDB.pm 2009-03-20 14:18:49 UTC (rev 9532)
+++ trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Realm/SimpleDB.pm 2009-03-20 14:34:36 UTC (rev 9533)
@@ -63,8 +63,8 @@
__PACKAGE__->config->{'Plugin::Authentication'} =
{
default => {
- class => 'SimpleDB',
- user_model => 'MyApp::User'
+ class => 'SimpleDB',
+ user_model => 'MyApp::Schema::Users',
}
}
@@ -105,7 +105,7 @@
=back
For the above usage, only one configuration option is necessary, 'user_model'.
-B<user_model> should contain the class name of your user class. See the
+B<user_model> should contain the B<class name of your user class>. See the
L</PREPARATION> section for info on how to set up your database for use with
this module.
More information about the Catalyst-commits
mailing list