Commit 810acd7f authored by GitLab Release Tools Bot's avatar GitLab Release Tools Bot

Merge branch 'security-stop-activejob-logging' into 'master'

Stop exposing reset password token and new user email token in logs

See merge request gitlab-org/security/gitlab!1942
parents 2f0b4390 98221c9d
......@@ -411,6 +411,7 @@ module Gitlab
config.cache_store = :redis_cache_store, Gitlab::Redis::Cache.active_support_config
config.active_job.queue_adapter = :sidekiq
config.active_job.logger = nil
config.action_mailer.deliver_later_queue_name = :mailers
# This is needed for gitlab-shell
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment