@@ -51,7 +51,7 class ApplicationController < ActionController::Base | |||
|
51 | 51 | end |
|
52 | 52 | end |
|
53 | 53 | |
|
54 |
before_action :session_expiration, :user_setup, :check_if_login_required, : |
|
|
54 | before_action :session_expiration, :user_setup, :check_if_login_required, :set_localization, :check_password_change | |
|
55 | 55 | |
|
56 | 56 | rescue_from ::Unauthorized, :with => :deny_access |
|
57 | 57 | rescue_from ::ActionView::MissingTemplate, :with => :missing_template |
General Comments 0
You need to be logged in to leave comments.
Login now