Patch #43986 ยป 43986.patch
| 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 | |