Project

General

Profile

Patch #43986 ยป 43986.patch

Go MAEDA, 2026-04-23 08:25

View differences:

config/application.rb
66 66
    config.encoding = "utf-8"
67 67

  
68 68
    # Configure sensitive parameters which will be filtered from the log file.
69
    config.filter_parameters += [:password]
69
    config.filter_parameters += [:password, :salt, :twofa_totp_key]
70 70

  
71 71
    config.action_mailer.perform_deliveries = false
72 72

  
    (1-1/1)