Problem installing restfull authentication

hi
trying to use restfull authentication, but getting the folloing error

script/plugin install
http://github.com/technoweenie/restful-authentication.gitrestful_authentication
Plugin not found: ["
GitHub - technoweenie/restful-authentication: inactive project",
“restful_authentication”]

can someone help please

thanks

On 22 February 2011 04:44, Mitin R. [email protected] wrote:

hi
trying to use restfull authentication, but getting the folloing error

Most consider that authlogic is the one to go for rather than restful
authentication, or Devise if you want more sophisticated features.

Colin

Hi,

I have installed it in the following way and it works for me:-

git clone git://github.com/technoweenie/restful-authentication.git
*
*

But before doing this you have to install “git” by typing the
following
command:-

sudo apt-get install git-core
*
*

Yeah, Collin is right, authlogic is far better than restful
authentication.
But if you want to stay simple then restful authentication might be a
good
choice for you.

Hope it will solve your problem.

Thanks…