Patch #23346 ยป 0001-Set-user-s-localization-before-redirecting-to-passwo.patch
| app/controllers/application_controller.rb | ||
|---|---|---|
| 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 |