##// END OF EJS Templates
Set user's localization before redirecting (#23346)....
Jean-Philippe Lang -
r15393:3ccf7cf7ff56
parent child
Show More
@@ -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, :check_password_change, :set_localization
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