the batman wrote: > Whats the best way to use administration with authlogic? > > I have a single admin role and a limited users role. > The admin section is namespaced. > > Is using a plugin like lockdown or declarative_authorization a good idea > or overkill for only having 2 seperate roles?
Authlogic explicitly does not handle authorization, just authentication. For authorization, I've been either using rails_authorization or rolling my own. I think I'd recommend using a plugin. > > thanks Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

