Removed 'password' from minimal store in example because it's not relevant to the...
Ian Wells [Wed, 22 Apr 2009 16:18:16 +0000 (16:18 +0000)]
Changes
lib/Catalyst/Authentication/Credential/HTTP/Proxy.pm

diff --git a/Changes b/Changes
index 9164c87..02b2617 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+        - Fix misleading 'password' in documentation (because this module
+          doesn't check against store passwords) (Ian Wells)
+
 0.05  2009-01-04
         - Start releasing using ShipIt
         - Remove use of _config accessor, which I'd stupidly cargo-culted. 
index 0158f06..d4f9509 100644 (file)
@@ -91,7 +91,7 @@ for Catalyst.
             store => {
                 class => 'Minimal',
                 users => {
-                    Mufasa => { password => "Circle Of Life", },
+                    Mufasa => { },
                 },
             },
         },