Fudge supported_features in Htpasswd::User, and fix handling in the base class
Yuval Kogman [Wed, 18 Jan 2006 11:39:27 +0000 (11:39 +0000)]
lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm

index 3a80007..438f31a 100644 (file)
@@ -29,6 +29,7 @@ sub supported_features {
                        self_check => 1,
                },
                session => 1
+        roles => 1,
        };
 }