Limit on users in organization
-
When I try to add an 11th user I get the following message:
"Free organizations may have up to 10 members. Upgrade to a paid plan to invite more members."
Evidently there was a patch done to fix this:
https://github.com/dani-garcia/vaultwarden/discussions/4707But the version on Cloudron is not fixed, even though it is updated:
App Info
App Title and Version Vaultwarden 1.31.0
App ID 0173af22-9609-414a-8e30-18abde324530
Package Version com.github.bitwardenrs@1.17.0
Last Updated07/09/2024
No new updates availableWhat is weird to me is it says it is updated to 1.31.0, but the Package version appears to be 1.17.0. I'm not sure how to verify this. The app package in the App Store is listed as 1.31.0. I installed this package several months ago, so perhaps 1.17.0 isa the version I first installed.
Is there a way for me to force the changes in the config file in Cloudron? I looked in there but there is nothing like this:
"seats": 10, // The value doesn't matter, we don't check server-side "maxCollections": 10, // The value doesn't matter, we don't check server-side
-