mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
Mark Account password as sensitive information, so it won't get included in log files
see https://www.php.net/manual/en/class.sensitiveparameter.php
This commit is contained in:
parent
ef5c3f73a5
commit
758ce9805e
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ abstract class Account implements \JsonSerializable
|
||||||
|
|
||||||
private string $sLogin = '';
|
private string $sLogin = '';
|
||||||
|
|
||||||
|
#[\SensitiveParameter]
|
||||||
private string $sPassword = '';
|
private string $sPassword = '';
|
||||||
|
|
||||||
private string $sSmtpLogin = '';
|
private string $sSmtpLogin = '';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue