X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FAuthentication%2FStore%2FHtpasswd%2FUser.pm;fp=lib%2FCatalyst%2FPlugin%2FAuthentication%2FStore%2FHtpasswd%2FUser.pm;h=f0cca0b67e32523fcf63de7a3921ef9a1574ece2;hb=3e35965a7d3de2f7e057c18310e2f3e0a6e66335;hp=ad5d17cc249681256267cf2782a268d203d06921;hpb=9f2d86693e9a3e35a9d628a1dae0903f149ee7de;p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git diff --git a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm index ad5d17c..f0cca0b 100644 --- a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm +++ b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm @@ -25,10 +25,10 @@ sub id { sub supported_features { return { - password => { - self_check => 1, + password => { + self_check => 1, }, - session => 1, + session => 1, roles => 1, }; }