From: Ian Wells Date: Wed, 22 Apr 2009 16:18:16 +0000 (+0000) Subject: Removed 'password' from minimal store in example because it's not relevant to the... X-Git-Tag: v0.06~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-HTTP-Proxy.git;a=commitdiff_plain;h=12aaae346ac6e0ae2d7689e11ea46a0add6e4e5e;hp=810e67992aa13c7bec48a63eedcd9bea8382e591 Removed 'password' from minimal store in example because it's not relevant to the module and confuses the issue --- diff --git a/Changes b/Changes index 9164c87..02b2617 100644 --- 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. diff --git a/lib/Catalyst/Authentication/Credential/HTTP/Proxy.pm b/lib/Catalyst/Authentication/Credential/HTTP/Proxy.pm index 0158f06..d4f9509 100644 --- a/lib/Catalyst/Authentication/Credential/HTTP/Proxy.pm +++ b/lib/Catalyst/Authentication/Credential/HTTP/Proxy.pm @@ -91,7 +91,7 @@ for Catalyst. store => { class => 'Minimal', users => { - Mufasa => { password => "Circle Of Life", }, + Mufasa => { }, }, }, },