vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit c054d0094a698d0049585c83c5311802fe0dbbac
parent c29d342c21b16729256709e30f7c6989a70f1d0c
Author: Miroslav Prasil <miroslav@prasil.info>
Date:   Mon, 14 May 2018 15:04:13 +0100

set max storage to non-null value

Diffstat:
Msrc/db/models/organization.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/db/models/organization.rs b/src/db/models/organization.rs @@ -154,7 +154,7 @@ impl UserOrganization { "UseGroups": false, "UseTotp": false, - "MaxStorageGb": null, + "MaxStorageGb": 999999999, // These are per user "Key": self.key,