From: Caleb Cushing Date: Sun, 3 Jan 2010 13:26:12 +0000 (+0000) Subject: Clean up documentation errors X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1442be81d6afaf3f8f0cf41add42d0e102852883;p=catagits%2FCatalyst-Plugin-Authentication.git Clean up documentation errors --- diff --git a/lib/Catalyst/Authentication/Realm/Progressive.pm b/lib/Catalyst/Authentication/Realm/Progressive.pm index 915cd64..f8664c1 100644 --- a/lib/Catalyst/Authentication/Realm/Progressive.pm +++ b/lib/Catalyst/Authentication/Realm/Progressive.pm @@ -41,11 +41,11 @@ the normal realm. # Modify the authinfo passed into authenticate by merging # these hashes into the realm's authenticate call: authinfo_munge => { - 'local' => { 'type' => 'normal' }, + 'normal' => { 'type' => 'normal' }, 'temp' => { 'type' => 'temporary' }, } }, - 'normal' => { + normal => { credential => { class => 'Password', password_field => 'secret',