RT #46618 fix
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / 05_Authentication.pod
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>