minnestar / sessionizer

Conference session management application
http://sessions.minnestar.org
MIT License
29 stars 23 forks source link

Admin controller: Why is the dev/test environment different from production? #206

Open jhsu802701 opened 5 years ago

jhsu802701 commented 5 years ago

In src/app/controllers/admin/admin_controller.rb, I see that authentication is required to access admin actions in the production environment but not in the development and testing environments. Why don't the development and test environments have the same restriction? This production-only restriction is untested.

look commented 5 years ago

I think this was mostly so you don't have to type in the password to test the admin in development mode.