Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
fix: remove imap auth
Browse files Browse the repository at this point in the history
turns out, we are not allowed to connect to imap. therefore disabling
that
  • Loading branch information
b1rger committed Sep 8, 2023
1 parent 81dfbac commit 5e875f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions apis_ontology/settings/server_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,3 @@ def apis_list_view_object_filter(view, queryset):

APIS_LIST_VIEWS_ALLOWED = True
APIS_LIST_VIEW_OBJECT_FILTER = apis_list_view_object_filter

AUTHENTICATION_BACKENDS = ["django_imapauth.backends.ImapAuthBackend", "django.contrib.auth.backends.ModelBackend"]
IMAP_AUTH_HOST = "imap.exchange.oeaw.ac.at"
IMAP_AUTH = ["bschacht"]
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ apis-core = { git = "https://github.com/acdh-oeaw/apis-core-rdf.git", branch = "
webpage = { git = "https://github.com/acdh-oeaw/apis-webpage.git", tag = "v0.1.0" }
apis-bibsonomy = { git = "https://github.com/acdh-oeaw/apis-bibsonomy.git", branch = "birger/fix-referenceonform-issues" }
apis-acdhch-default-settings = { git = "https://github.com/acdh-oeaw/apis-acdhch-default-settings.git", tag = "v0.1.3" }
django-imapauth = { git = "https://github.com/b1rger/django-imapauth", tag = "v0.1.0" }

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 5e875f1

Please sign in to comment.