User activation

Dear all,

I am using restful authentication plug-in for user registration & authentication.

What I want to do is, when user submit registration form, a link containing activation code 'll be generated & is to be sent to user via mail.

User need to click the link sent to his mail Id to activate his account.

Thanking you.

Not sure which plug-in you're using, but this does what you've described: http://github.com/matthooks/authlogic-activation-tutorial (See Also: http://github.com/binarylogic/authlogic_example)

khagimoto wrote:

Rutvij Pandya wrote:

khagimoto wrote:

Not sure which plug-in you're using, but this does what you've described: http://github.com/matthooks/authlogic-activation-tutorial (See Also: GitHub - binarylogic/authlogic_example: An example rails app using the Authlogic authentication library)

----------------------------------

dear khagimoto, I am using "restful_authentication" plug-in...

I have already used this in application...

so need help with ref to this plug-in

Thanking you

Take out restful_authentication. It's a piece of crap. You should be switching to Authlogic anyway.

Best,

oops, sorry, I guess I skipped your first sentence! I've never used restful-authentication plug-in, but it sounds like it already has support for what you're asking for: http://github.com/technoweenie/restful-authentication/blob/master/README.textile

I do recommend authlogic after having used it myself.

restful_authentication has that built-in; have you read the docs? If so, what part are you having trouble with?

Hassan Schroeder wrote:

Again -- have you read the docs? Or even any of the various online tutorials?