[PR #2738] [MERGED] Fix issue 2737, unable to create org #3201

Open
opened 2025-10-09 18:18:59 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/2738
Author: @BlackDex
Created: 9/12/2022
Status: Merged
Merged: 9/12/2022
Merged by: @dani-garcia

Base: mainHead: issue-2737


📝 Commits (1)

  • 42b9cc7 Fix issue 2737, unable to create org

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/api/core/organizations.rs (+1 -1)

📄 Description

There was a small oversight on upgrading to v2022.9.0 web-vault version. It seems the call to the /plans/ endpoint doesn't provide authentication anymore.

Removed this check and it seems to work again.

Fixes #2737


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/2738 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 9/12/2022 **Status:** ✅ Merged **Merged:** 9/12/2022 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `issue-2737` --- ### 📝 Commits (1) - [`42b9cc7`](https://github.com/dani-garcia/vaultwarden/commit/42b9cc73acb8afa0bcf73c38b448c5f34615418a) Fix issue 2737, unable to create org ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/organizations.rs` (+1 -1) </details> ### 📄 Description There was a small oversight on upgrading to v2022.9.0 web-vault version. It seems the call to the /plans/ endpoint doesn't provide authentication anymore. Removed this check and it seems to work again. Fixes #2737 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:18:59 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3201