Browse Source

[profiles] Remove paswords from admin

Colin Powell 1 day ago
parent
commit
dd54a33159
1 changed files with 2 additions and 0 deletions
  1. 2 0
      vrobbler/apps/profiles/admin.py

+ 2 - 0
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",