- Issue created by @guedressel
Various events get logged in the Drupal logging facilities. If the event is related to an account, most times the account's name is used in the log message.
Some examples:
https://git.drupalcode.org/project/externalauth/-/blob/2.0.5/src/Externa...
https://git.drupalcode.org/project/externalauth/-/blob/2.0.5/src/Externa...
https://git.drupalcode.org/project/externalauth/-/blob/2.0.5/src/Externa...
To keep the logs clean of personal information I suggest to use the account's entity-ID instead of user-identifiable strings to gain a pseudonymization of the stored messages.
Find all occurrences of logged account information and replace it with account entity-IDs.
none
none
none
Active
2.0
Code