]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/sessions_controller.rb
Fix new rubocop warnings
[rails.git] / app / controllers / sessions_controller.rb
index 13047167075245b17ee6f09353a14c81d9ef5464..7e6a740f3e1a1e86ef4d4d4be5e6936959086084 100644 (file)
@@ -4,6 +4,9 @@ class SessionsController < ApplicationController
   layout "site"
 
   before_action :disable_terms_redirect, :only => [:destroy]
+  before_action :authorize_web
+  before_action :set_locale
+  before_action :check_database_readable
   before_action :require_cookies, :only => [:new]
 
   authorize_resource :class => false