Escape characters in username log filter

* Remove filter for friendly names
This commit is contained in:
JonnyWong16 2022-02-27 17:03:11 -08:00
parent 84a14c0f25
commit 35aca11feb
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 3 additions and 6 deletions

View file

@ -164,7 +164,7 @@
<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 />
Enable to mask Plex usernames with asterisks (*) in the logs.<br />
Note: Only logs from the time this setting is enabled will be masked.
</p>
</div>