Sanitize Helpdesk mail settings for all projects

This commit is contained in:
Jason Thistlethwaite
2026-04-25 01:26:24 +00:00
parent f109fdcb91
commit 3c1d03bd7a
5 changed files with 36 additions and 15 deletions
+4 -2
View File
@@ -69,8 +69,10 @@ Apply:
./reset_helpdesk_mail_settings.py
```
This rewrites all active `contacts_helpdesk` projects to use Mailpit for POP3
and SMTP. Passwords are written but not printed.
This rewrites all active projects to use Mailpit for Helpdesk POP3 and SMTP,
even if the Helpdesk module is currently disabled for a project. That prevents
imported real mail credentials from being used accidentally in the test
instance. Passwords are written but not printed.
## 4. Restart Passenger