X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F05_Authentication.pod;h=bf47ad60352fe093341dbd54c4517c0bbac22e53;hp=d2e0257ef181f9620c3b37bae514c50a1c3d8c97;hb=1edbdee6a1bad3524a3d97c6daaae02b5109c1d2;hpb=0ed3df53a9644cf30fe2a79828fd2e15044dbcd6 diff --git a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod index d2e0257..bf47ad6 100644 --- a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod @@ -205,7 +205,7 @@ objects in the startup debug output: | MyApp::Model::DB::Role | class | | MyApp::Model::DB::User | class | | MyApp::Model::DB::UserRole | class | - | MyApp::View::TT | instance | + | MyApp::View::HTML | instance | '-------------------------------------------------------------------+----------' ... @@ -223,11 +223,11 @@ C is new): -Debug ConfigLoader Static::Simple - + StackTrace - + Authentication - + Session Session::Store::FastMmap Session::State::Cookie @@ -585,6 +585,7 @@ box instead of using NTP. Open C and add the following lines to the bottom (below the closing tag): + ...

Login Create @@ -649,8 +650,6 @@ the closing "1;": # with hex encoding; Generate the 'check_password" method __PACKAGE__->add_columns( 'password' => { - data_type => "TEXT", - size => undef, encode_column => 1, encode_class => 'Digest', encode_args => {salt_length => 10},