X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git;a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FAuthentication%2FStore%2FHtpasswd%2FUser.pm;h=ad5d17cc249681256267cf2782a268d203d06921;hp=438f31ae25eb273d63d486e66a0417d15be754a1;hb=0fed016a9dac029577ec85b485a0446f7e6507c4;hpb=8fade176102cab08f9ad5bd34bf435b246acb89c diff --git a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm index 438f31a..ad5d17c 100644 --- a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm +++ b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm @@ -28,7 +28,7 @@ sub supported_features { password => { self_check => 1, }, - session => 1 + session => 1, roles => 1, }; }