Skip to content

Stop logging submitted master passwords - #54

Merged
brendanheywood merged 1 commit into
catalyst:MOODLE_310_STABLEfrom
Ewa55:fix-50-password-debug-logging
Aug 16, 2026
Merged

Stop logging submitted master passwords#54
brendanheywood merged 1 commit into
catalyst:MOODLE_310_STABLEfrom
Ewa55:fix-50-password-debug-logging

Conversation

@Ewa55

@Ewa55 Ewa55 commented Aug 14, 2026

Copy link
Copy Markdown

Fixes #50.

This change removes the submitted master password from debug log messages.

When debug mode is enabled, these messages are written to the PHP error log and also returned in the X-auth_basic response header. Removing the raw password prevents it from being exposed through either channel.

@brendanheywood
brendanheywood merged commit d9375c3 into catalyst:MOODLE_310_STABLE Aug 16, 2026
19 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Debug mode logs and exposes submitted passwords

2 participants