marcantondahmen / automad

A flat-file content management system and template engine
https://automad.org
MIT License
632 stars 37 forks source link

SMTP password should be secured from git #109

Open vsaase opened 3 weeks ago

vsaase commented 3 weeks ago

I see you have config/accounts.php in the .gitignore file. However when configuring SMTP, the SMTP password is saved in config/config.php and might be pushed to a public git repo by accident

marcantondahmen commented 3 weeks ago

Hi, sounds good to me. I will take a look into it.

marcantondahmen commented 3 weeks ago

From the next release on, the mail config is stored in a separate file that is by default ignored by Git.