Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧 [maykinmedia/open-api-framework#40] Remove sites dependency #223

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

stevenbal
Copy link
Collaborator

Fixes maykinmedia/open-api-framework#40 partially

Changes

  • Uninstall the django.contrib.sites app to ensure that we no longer rely on in when generating the label for 2FA

to ensure that we no longer rely on in when generating the label for 2FA
Copy link
Contributor

@annashamray annashamray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So you decided to keep sites in OAF and remove it in APIs themselves?

Afaik all our API admins have 2FA now, therefore they all suffer from the same problem.
We include 2fa in OAF, so it would be logical to fix the problem and removed Sites from OAF settings, I think

@annashamray
Copy link
Contributor

Btw I haven't noticed notification sending in Open Klant so I think it would be safe to remove Sites here

@stevenbal
Copy link
Collaborator Author

@annashamray from the discussion we had on tuesday about this, I think removing sites per project (where possible) is the way to go for now right? maykinmedia/open-api-framework#40 (comment)

@stevenbal stevenbal requested a review from annashamray August 22, 2024 13:19
@annashamray
Copy link
Contributor

Yes, let's for it this way

@stevenbal stevenbal merged commit 7839e59 into master Aug 23, 2024
17 checks passed
@stevenbal stevenbal deleted the feature/remove-sites-dependency branch August 23, 2024 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use URL and username for 2FA app titles
2 participants