Merge branch 'master' of git.clinicalfuture.com:arvados into 1637-improve-arv-tutorial
[arvados.git] / services / api / app / controllers / static_controller.rb
index 533f6557e60ac365876066a9cb47a1e7ca02e0de..9fbf80687d9adff03bab2e3ffe7b35eca8f13638 100644 (file)
@@ -1,8 +1,7 @@
 class StaticController < ApplicationController
 
-  skip_before_filter :uncamelcase_params_hash_keys
   skip_before_filter :find_object_by_uuid
-  skip_before_filter :require_auth_scope_all, :only => :home
+  skip_before_filter :require_auth_scope_all, :only => [ :home, :login_failure ]
 
   def home
     render 'intro'