🔄 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/4726
**Author:** [@stefan0xC](https://github.com/stefan0xC)
**Created:** 7/9/2024
**Status:** ✅ Merged
**Merged:** 7/10/2024
**Merged by:** [@BlackDex](https://github.com/BlackDex)
**Base:** `main` ← **Head:** `create-custom-plan`
---
### 📝 Commits (2)
- [`1ceba8a`](https://github.com/dani-garcia/vaultwarden/commit/1ceba8a4deacd7233c56e3243dc62771a3a77e26) use a custom plan of enterprise tier to fix limits
- [`85cd53f`](https://github.com/dani-garcia/vaultwarden/commit/85cd53fdc10d5b3a2e51da2e9468911eb32b4466) set maxStorageGb limit to max signed int value
### 📊 Changes
**1 file changed** (+13 additions, -10 deletions)
<details>
<summary>View changed files</summary>
📝 `src/db/models/organization.rs` (+13 -10)
</details>
### 📄 Description
this should fix #4707 and other related issues from using the free tier plan (like the totp display not working in the admin console).
Fixes #4707
---
<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/4726
Author: @stefan0xC
Created: 7/9/2024
Status: ✅ Merged
Merged: 7/10/2024
Merged by: @BlackDex
Base:
main← Head:create-custom-plan📝 Commits (2)
1ceba8ause a custom plan of enterprise tier to fix limits85cd53fset maxStorageGb limit to max signed int value📊 Changes
1 file changed (+13 additions, -10 deletions)
View changed files
📝
src/db/models/organization.rs(+13 -10)📄 Description
this should fix #4707 and other related issues from using the free tier plan (like the totp display not working in the admin console).
Fixes #4707
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.