mirror of
				https://github.com/jakeswenson/BitBetter.git
				synced 2025-10-31 04:43:25 +00:00 
			
		
		
		
	Update Program.cs (#237)
Set three new license options to true: UseRiskInsights, UseOrganizationDomains, and UseAdminSponsoredFamilies.
This commit is contained in:
		
							parent
							
								
									047c4ddf6f
								
							
						
					
					
						commit
						b9c46fffb2
					
				|  | @ -432,6 +432,9 @@ namespace BitwardenSelfLicensor | |||
|             set("LicenseType", Enum.Parse(licenseTypeEnum, "Organization")); | ||||
|             set("LimitCollectionCreationDeletion", true); //This will be used in the new version of BitWarden but can be applied now | ||||
|             set("AllowAdminAccessToAllCollectionItems", true); | ||||
|             set("UseRiskInsights", true); | ||||
|             set("UseOrganizationDomains", true); | ||||
|             set("UseAdminSponsoredFamilies", true); | ||||
| 
 | ||||
|             set("Hash", Convert.ToBase64String((byte[])type.GetMethod("ComputeHash").Invoke(license, new object[0]))); | ||||
|             set("Signature", Convert.ToBase64String((byte[])type.GetMethod("Sign").Invoke(license, new object[] { cert }))); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user