From dd54a331594a1ba3c6c9418b8707f662592e3895 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 6 Jul 2025 11:26:38 -0400 Subject: [PATCH] [profiles] Remove paswords from admin --- vrobbler/apps/profiles/admin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vrobbler/apps/profiles/admin.py b/vrobbler/apps/profiles/admin.py index fbe9e49..67b8784 100644 --- a/vrobbler/apps/profiles/admin.py +++ b/vrobbler/apps/profiles/admin.py @@ -11,6 +11,8 @@ class UserProfileAdmin(admin.ModelAdmin): "twitch_token", "twitch_client_secret", "lastfm_password", + "webdav_pass", + "imap_pass", "archivebox_password", "todoist_auth_key", "todoist_state",