[PR #919] [MERGED] Fixed issue #908 #6468

Closed
opened 2026-03-07 20:59:31 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/919
Author: @BlackDex
Created: 3/19/2020
Status: Merged
Merged: 3/19/2020
Merged by: @dani-garcia

Base: masterHead: issue-908


📝 Commits (2)

📊 Changes

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

View changed files

📝 src/auth.rs (+22 -4)

📄 Description

The organization uuid is most of the time within the uri path as a
parameter. But sometimes it only is there as a query value.

This fix checks both, and returns the uuid when possible.

It also fixes the purge/delete functions within the org settings.


🔄 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/919 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 3/19/2020 **Status:** ✅ Merged **Merged:** 3/19/2020 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `issue-908` --- ### 📝 Commits (2) - [`669b101`](https://github.com/dani-garcia/vaultwarden/commit/669b101e6a68ab639526bc5b1405e8ced4a9f94e) Fixing issue #908 - [`baac8d9`](https://github.com/dani-garcia/vaultwarden/commit/baac8d9627945c7a307d8c617558eb9be07308b0) Fixed issue #908 ### 📊 Changes **1 file changed** (+22 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/auth.rs` (+22 -4) </details> ### 📄 Description The organization uuid is most of the time within the uri path as a parameter. But sometimes it only is there as a query value. This fix checks both, and returns the uuid when possible. It also fixes the purge/delete functions within the org settings. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 20:59:31 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#6468