Add setting to mask usernames in logs

This commit is contained in:
JonnyWong16 2022-01-25 12:44:49 -08:00
parent 2331c76326
commit 113043d9bc
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 52 additions and 11 deletions

View file

@ -155,10 +155,19 @@
<input type="checkbox" id="log_blacklist" name="log_blacklist" value="1" ${config['log_blacklist']}> Mask Sensitive Information in Logs
</label>
<p class="help-block">
Enable to mask passwords, access tokens, and public IP addresses with asterisks (*) in the logs.<br />
Enable to mask passwords, access tokens, and public IP addresses, and email addresses with asterisks (*) in the logs.<br />
Note: Only logs from the time this setting is enabled will be masked. Do not post your logs publically without masking sensitive information!
</p>
</div>
<div class="checkbox advanced-setting">
<label>
<input type="checkbox" id="log_blacklist_usernames" name="log_blacklist_usernames" value="1" ${config['log_blacklist_usernames']}> Mask Usernames in Logs
</label>
<p class="help-block">
Enable to mask Plex usernames and Tautulli friendly names with asterisks (*) in the logs.<br />
Note: Only logs from the time this setting is enabled will be masked.
</p>
</div>
<div class="padded-header">
<h3>History Logging</h3>