Since client version 2026-3.1 the organizationId need to pass the isId check cf
Which mean passing guidRegex = /^[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i
🔄 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/7154
**Author:** [@Timshel](https://github.com/Timshel)
**Created:** 4/28/2026
**Status:** ✅ Merged
**Merged:** 4/28/2026
**Merged by:** [@BlackDex](https://github.com/BlackDex)
**Base:** `main` ← **Head:** `fix/invite`
---
### 📝 Commits (1)
- [`a4013af`](https://github.com/dani-garcia/vaultwarden/commit/a4013af06b6a0565ac8c89ffeaaa3261d896de62) Dummy identifier need to pass for a guid
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `src/sso.rs` (+1 -1)
</details>
### 📄 Description
Since client version `2026-3.1` the `organizationId` need to pass the `isId` check [cf](https://github.com/bitwarden/clients/blob/web-v2026.3.1/apps/web/src/app/auth/organization-invite/accept-organization.component.ts#L137)
Which mean passing `guidRegex = /^[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i`
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/7154
Author: @Timshel
Created: 4/28/2026
Status: ✅ Merged
Merged: 4/28/2026
Merged by: @BlackDex
Base:
main← Head:fix/invite📝 Commits (1)
a4013afDummy identifier need to pass for a guid📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/sso.rs(+1 -1)📄 Description
Since client version
2026-3.1theorganizationIdneed to pass theisIdcheck cfWhich mean passing
guidRegex = /^[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.