improve admin invite #266

Closed
opened 2025-07-08 08:44:49 -04:00 by AtHeartEngineer · 0 comments

Originally created by @stefan0xC on 1/16/2025

As pointed out by @Timshel the OrganizationId guard and especially the MembershipId guard is unhappy with the _ we use when inviting via the /admin panel.

By introducing a fake UUID "00000000-0000-0000-0000-000000000000" the guards will not fail and we can also check the claim and exit early.

*Originally created by @stefan0xC on 1/16/2025* As pointed out by @Timshel the `OrganizationId` guard and especially the `MembershipId` guard is unhappy with the `_` we use when inviting via the `/admin` panel. By introducing a fake UUID `"00000000-0000-0000-0000-000000000000"` the guards will not fail and we can also check the claim and exit early.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#266