Not sure if I want to build my own or use something already built that''s out there. This is the first step in my project though and a major one, so some of my requirements would be: 1-The ability for a user to register themselves 2-Email / link activation 3-Access levels (or ACL control - I think they are basically the same). 4-The ability to track users either through session or cookies (or both). If I build my own (being a ror newb) are there any good pointers for getting started on a reg / login system ? My apologies as this has most likely been discussed before but things change so I''m asking. TIA Stuart -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060606/00eebf0a/attachment-0001.html
Hi Stuart, This should help: http://www.aidanf.net/rails_user_authentication_tutorial _____ From: rails-bounces@lists.rubyonrails.org [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Dark Ambient Sent: Tuesday, June 06, 2006 5:24 AM To: rails@lists.rubyonrails.org Subject: [Rails] Question on login generators, plugins Not sure if I want to build my own or use something already built that''s out there. This is the first step in my project though and a major one, so some of my requirements would be: 1-The ability for a user to register themselves 2-Email / link activation 3-Access levels (or ACL control - I think they are basically the same). 4-The ability to track users either through session or cookies (or both). If I build my own (being a ror newb) are there any good pointers for getting started on a reg / login system ? My apologies as this has most likely been discussed before but things change so I''m asking. TIA Stuart -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060607/71ca8ecf/attachment.html
You can use the following Engine Login Generator Engine User Engine this will cover all your needs Regards Hilton -- Posted via http://www.ruby-forum.com/.
Daniel, Thank you...grea stuff. Stuart On 6/7/06, Daniel Higginbotham <daniel@flyingmachinestudios.com> wrote:> > Hi Stuart, > > > > This should help: http://www.aidanf.net/rails_user_authentication_tutorial > > > ------------------------------ > > *From:* rails-bounces@lists.rubyonrails.org [mailto: > rails-bounces@lists.rubyonrails.org] *On Behalf Of *Dark Ambient > *Sent:* Tuesday, June 06, 2006 5:24 AM > *To:* rails@lists.rubyonrails.org > *Subject:* [Rails] Question on login generators, plugins > > > > Not sure if I want to build my own or use something already built that''s > out there. > This is the first step in my project though and a major one, so some of my > requirements would be: > 1-The ability for a user to register themselves > 2-Email / link activation > 3-Access levels (or ACL control - I think they are basically the same). > 4-The ability to track users either through session or cookies (or both). > > If I build my own (being a ror newb) are there any good pointers for > getting started on a reg / login system ? > > My apologies as this has most likely been discussed before but things > change so I''m asking. > > TIA > Stuart > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060607/707d6c49/attachment.html