I'm currently running rails 1.2.6 and I've got the new restful_authentication running, unfortunately, the new version of the plugin does not support the older rails very well.
how can I get an older version of restful_authentication (pre rails 2.0.2)?
I'm getting this error:
undefined method `authenticate_with_http_basic' when I put
"include AuthenticatedSystem" in the app controller.