mirror of
https://github.com/bitwarden/server
synced 2025-12-18 09:13:19 +00:00
license key can have upper
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user