Account registration, authentication plugins

Hi,

I would like to know what the most popular plugins people are using
for creating membership accounts and authenticating their login?

Thanks,


Kind Regards,
Rajinder Y.

Rajinder Y. wrote:

Hi,

I would like to know what the most popular plugins people are using
for creating membership accounts and authenticating their login?

Thanks,


Kind Regards,
Rajinder Y.

Authlogic.

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

On Thu, Sep 16, 2010 at 11:38, Rajinder Y. [email protected]
wrote:

I would like to know what the most popular plugins people are using
for creating membership accounts and authenticating their login?

The big one seems to be AuthLogic.

-Dave


Specialization is for insects. -RAH | Have Pun, Will Babble! -me
Programming Blog: http://codosaur.us | Work: http://davearonson.com
Leadership Blog: http://dare2xl.com | Play: http://davearonson.net

You can also evaluate Ryan B.’ “cancan” -

A nice RAILSCast ascii cast here with link to video cast:
http://asciicasts.com/episodes/192-authorization-with-cancan

Please quote when replying.

Srikanth S. wrote:

You can also evaluate Ryan B.’ “cancan” -
GitHub - ryanb/cancan: Authorization Gem for Ruby on Rails.
A nice RAILSCast ascii cast here with link to video cast:
http://asciicasts.com/episodes/192-authorization-with-cancan

Cancan is for authorization, not authentication.

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

Thanks Marmen for the clarification for authentication vs authorization.

Not sure about ‘quote when replying’ part, I am kind of new to forum. I
reply using gmail, things looks fine when I do the reply.
Am I missing something?

Thanks
Srikanth

On Thu, Sep 16, 2010 at 11:18 PM, Marnen Laibow-Koser

Srikanth S. wrote:

Thanks Marmen for the clarification for authentication vs authorization.

Not sure about ‘quote when replying’ part, I am kind of new to forum. I
reply using gmail, things looks fine when I do the reply.
Am I missing something?

Yes. Gmail normally quotes the text you’re replying to. You should
leave that in there, suitably trimmed, as I’m doing in this response;
reply to each point immediately after. That way it’s easy to figure out
what you meant. (This is also the proper way to reply to non-list
e-mail messages, BTW.)

Thanks
Srikanth

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

Thanks everyone for the input, AuthLogic and devise both look
promising, if anyone has {other} links to blogs & tutorials for these
two plugin please provide.

The one tutorial for AuthLogic I’ve found is:

I am leaning toward using devise and have found a sample tutorial here:

Kind Regards,
Rajinder Y.

i looove devise, it has everything.

On Thu, Sep 16, 2010 at 11:44 AM, Marnen Laibow-Koser