Removed 'password' from minimal store in example because it's not relevant to the...
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / lib / Catalyst / Authentication / Credential / HTTP / Proxy.pm
index 0158f06..d4f9509 100644 (file)
@@ -91,7 +91,7 @@ for Catalyst.
             store => {
                 class => 'Minimal',
                 users => {
-                    Mufasa => { password => "Circle Of Life", },
+                    Mufasa => { },
                 },
             },
         },