From edbbce1f507b3b1e87d0cb62e378c7ea945e43bb Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Thu, 12 Nov 2015 10:37:24 +0100 Subject: [PATCH] Serve avatar images without session. --- app/controllers/users_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index ef7139862..9a7cb331a 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -1,7 +1,7 @@ # Copyright (C) 2012-2014 Zammad Foundation, http://zammad-foundation.org/ class UsersController < ApplicationController - before_action :authentication_check, except: [:create, :password_reset_send, :password_reset_verify] + before_action :authentication_check, except: [:create, :password_reset_send, :password_reset_verify, :image] # @path [GET] /users #