From: Rob Brown Date: Tue, 22 May 2012 18:44:03 +0000 (+0100) Subject: POD update for auto_create change X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fauto_create_only_if_can;p=catagits%2FCatalyst-Authentication-Store-DBIx-Class.git POD update for auto_create change --- diff --git a/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm b/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm index ed51552..06af8ee 100644 --- a/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm +++ b/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm @@ -352,8 +352,10 @@ Synonym for get_object This is called when the auto_create_user option is turned on in Catalyst::Plugin::Authentication and a user matching the authinfo provided is not found. -By default, this will call the C method of the resultset associated -with this object. It is up to you to implement that method. +By default, and if available, this will call the C method of the resultset associated +with this object, otherwise it will call C on it. + +It is up to you to implement the C method if required. =head2 auto_update