Skip to content

Obfuscate sensitive variables that are included in crash reports.

This MR will fill variables password1 and password2 with ******* in the crash report to avoid sending them in clear in the crash report emails when DEBUG=True.

Merge request reports