Fudge supported_features in Htpasswd::User, and fix handling in the base class
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / 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,
        };
 }