mirror of
https://github.com/bitwarden/server.git
synced 2025-04-07 05:58:13 -05:00
license key can have upper
This commit is contained in:
parent
a020a7268e
commit
46e5cd6486
@ -578,7 +578,7 @@ namespace Bit.Core.Services
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
user.MaxStorageGb = (short)(1 + additionalStorageGb);
|
user.MaxStorageGb = (short)(1 + additionalStorageGb);
|
||||||
user.LicenseKey = CoreHelpers.SecureRandomString(20, upper: false);
|
user.LicenseKey = CoreHelpers.SecureRandomString(20);
|
||||||
}
|
}
|
||||||
|
|
||||||
try
|
try
|
||||||
|
Loading…
x
Reference in New Issue
Block a user