[GH-ISSUE #15] Report Organization type as Enterprise or something less limited #5

Closed
opened 2026-03-03 01:23:41 +03:00 by kerem · 4 comments
Owner

Originally created by @mprasil on GitHub (May 14, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/15

I think we should report any Organization as Enterprise (5) to remove the artificial limits imposed by client applications for Free type. Just changing the Plan and PlanType fields doesn't seem to work however as we don't really return them outside of Organization creation. I'm actually not sure what API is the client using to figure the current plan for Organization.

Originally created by @mprasil on GitHub (May 14, 2018). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/15 I think we should report any Organization as `Enterprise` (5) to remove the artificial limits imposed by client applications for `Free` type. Just changing the `Plan` and `PlanType` fields doesn't seem to work however as we don't really return them outside of Organization creation. I'm actually not sure what API is the client using to figure the current plan for Organization.
kerem closed this issue 2026-03-03 01:23:41 +03:00
Author
Owner

@dani-garcia commented on GitHub (May 14, 2018):

What are the client-side limits exactly? I figured it was all done on the server side and that field didn't serve any actual purpose.

<!-- gh-comment-id:388810827 --> @dani-garcia commented on GitHub (May 14, 2018): What are the client-side limits exactly? I figured it was all done on the server side and that field didn't serve any actual purpose.
Author
Owner

@mprasil commented on GitHub (May 14, 2018):

For example you can't add attachment to shared cipher. The Vault won't even do any request and straight away prompts you to update your plan.

<!-- gh-comment-id:388817570 --> @mprasil commented on GitHub (May 14, 2018): For example you can't add attachment to shared cipher. The Vault won't even do any request and straight away prompts you to update your plan.
Author
Owner

@dani-garcia commented on GitHub (May 14, 2018):

I can't test it right now, but try putting MaxStorageGb in the organization to_json function to a numeric value other than zero.

<!-- gh-comment-id:388819536 --> @dani-garcia commented on GitHub (May 14, 2018): I can't test it right now, but try putting MaxStorageGb in the organization to_json function to a numeric value other than zero.
Author
Owner

@mprasil commented on GitHub (May 14, 2018):

That worked! 😄 Created a PR #16 for that.

<!-- gh-comment-id:388829727 --> @mprasil commented on GitHub (May 14, 2018): That worked! :smile: Created a PR #16 for that.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#5
No description provided.