Add hidden username and email columns to users table

This commit is contained in:
JonnyWong16 2022-04-01 21:31:06 -07:00
parent b737ab96b4
commit 73b94782f9
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
4 changed files with 36 additions and 6 deletions

View file

@ -1305,6 +1305,8 @@ class WebInterface(object):
# TODO: Find some one way to automatically get the columns
dt_columns = [("user_thumb", False, False),
("friendly_name", True, True),
("username", True, True),
("email", True, True),
("last_seen", True, False),
("ip_address", True, True),
("platform", True, True),