Hi For the admin pages (which in my case update/delete News) how do I secure the pages. I am used to PHP and normally secure the whole folder using HTPASSWD HTACCESS files Thanks -- Posted via http://www.ruby-forum.com/.
Check out acts_as_authenticated, its a great quick way to add password protection to your app. On Mar 23, 2006, at 10:04 AM, Andrew Ye wrote:> Hi > > For the admin pages (which in my case update/delete News) how do I > secure the pages. > > I am used to PHP and normally secure the whole folder using HTPASSWD > HTACCESS files > > Thanks > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > >
Andrew Ye <andrew@...> writes:> > Hi > > For the admin pages (which in my case update/delete News) how do I > secure the pages. > > I am used to PHP and normally secure the whole folder using HTPASSWD > HTACCESS files > > Thanks >I use the wonderful acts_as_authenticated. Simple, easy to use, and customize to your needs. http://wiki.rubyonrails.org/rails/pages/Acts_as_authenticated