mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08: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 = '';
|
||||
|
||||
#[\SensitiveParameter]
|
||||
private string $sPassword = '';
|
||||
|
||||
private string $sSmtpLogin = '';
|
||||
|
|
Loading…
Reference in a new issue