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;fp=lib%2FCatalyst%2FManual%2FTutorial%2F05_Authentication.pod;h=1b6078f9c65a01068b9c152fef709fb5743e62e7;hp=e5fe26025178f4ee0bce91dd6f551bae44170304;hb=080bb6202ae1dc9a786bb32afcb391f542c2f0fc;hpb=08c0026dc8cd9b6f157e952b143ad329e68dbbe2 diff --git a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod index e5fe260..1b6078f 100644 --- a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod @@ -606,7 +606,7 @@ We are just avoiding the I of cleartext passwords in the database by using a salted SHA-1 hash. If you are concerned about cleartext passwords between the browser and your application, consider using SSL/TLS, made easy with modules such as -L and L. +L and L. =head2 Re-Run the DBIC::Schema Model Helper to Include DBIx::Class::PassphraseColumn @@ -802,8 +802,8 @@ flash vs. the C query parameter: ... Although the sample above only shows the C div, leave the rest -of the file intact -- the only change we made to replace "|| -c.request.params.status_msg" with "c.flash.status_msg" in the +of the file intact -- the only change we made to replace "C<|| +c.request.params.status_msg>" with "C" in the C<< >> line.