core: hide token value by default

This commit is contained in:
Jens Langhammer
2020-10-05 22:40:30 +02:00
parent 2406a619df
commit ac88bd5d44
3 changed files with 4 additions and 5 deletions

View File

@ -27,6 +27,7 @@ class TokenListView(
ordering = "expires"
template_name = "administration/token/list.html"
search_fields = [
"identifier",
"intent",
"user__username",
"description",