X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FAuthentication.pod;h=996ac4c37fe3c4edfde14fe710b9e9cfd47aca03;hp=3990f74f25f8d1b9669ba55af15aca41a15bdcf9;hb=45d511e089515b7a59b6d943bb79a9fbf0ba45d4;hpb=bb2dbfb8c0a5d05cfb875249adfc0ae6b8a50852 diff --git a/lib/Catalyst/Manual/Tutorial/Authentication.pod b/lib/Catalyst/Manual/Tutorial/Authentication.pod index 3990f74..996ac4c 100644 --- a/lib/Catalyst/Manual/Tutorial/Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/Authentication.pod @@ -716,7 +716,7 @@ algorithms are supported. See C for more information. =head2 Enable SHA-1 Hash Passwords in C -Edit C and update it to match (the C and +Edit C and update it to match (the C and C are new, everything else is the same): --- @@ -853,10 +853,11 @@ C<__PACKAGE__-Econfig> setting to something like: session => {flash_to_stash => 1} ); -B add the following to C: +B add the following to C: - session: - flash_to_stash: 1 + + flash_to_stash 1 + The C<__PACKAGE__-Econfig> option is probably preferable here since it's not something you will want to change at runtime without it