RT #46618 fix
Kennedy Clark [Sat, 6 Jun 2009 02:25:03 +0000 (02:25 +0000)]
Changes
lib/Catalyst/Manual/Tutorial/05_Authentication.pod

diff --git a/Changes b/Changes
index ee5e92a..5e4f692 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Catalyst-Manual
 
+        - Tutorial
+            - Fix RT #46618
+            - Fix typos
+
 5.8000 27 May 2009
         - Tutorial:
             - Update for Catalyst 5.80
index 5628b19..5effaac 100644 (file)
@@ -336,7 +336,7 @@ to the following code:
     <Plugin::Authentication>
         use_session 1
         <default>
-            password_type self_check
+            password_type clear
             user_model    DB::User
             class         SimpleDB
         </default>